Skip to content

Commit

Permalink
Update crates/core/src/backend.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan authored Nov 18, 2024
1 parent 76a1fc0 commit c968a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ pub trait ReadBackend: Send + Sync + 'static {
Ok(())
}

/// Getter to now if some backend is compatible
/// Getter to determine if some backend is compatible
/// with async features in `rustic_core` implementations.
///
/// ## Default impl
Expand Down

0 comments on commit c968a76

Please sign in to comment.