Fix typos in comments

This commit is contained in:
thunderbiscuit
2021-11-23 13:40:58 -05:00
parent b9fc06195b
commit 7f8103dd76
14 changed files with 17 additions and 17 deletions

View File

@@ -109,7 +109,7 @@ fn after(key: &[u8]) -> Vec<u8> {
/// Once it's dropped its content will be lost.
///
/// If you are looking for a permanent storage solution, you can try with the default key-value
/// database called [`sled`]. See the [`database`] module documentation for more defailts.
/// database called [`sled`]. See the [`database`] module documentation for more details.
///
/// [`database`]: crate::database
#[derive(Debug, Default)]