Fix typography

This commit is contained in:
Julien Cretin
2021-03-15 12:10:13 +01:00
parent 3c7c5a4810
commit 6cb6538db6

View File

@@ -27,7 +27,7 @@
//! //!
//! The store is flash-efficient in the sense that it uses the storage [lifetime](Store::lifetime) //! The store is flash-efficient in the sense that it uses the storage [lifetime](Store::lifetime)
//! efficiently. For each page, all words are written at least once between erase cycles and all //! efficiently. For each page, all words are written at least once between erase cycles and all
//! erase cycles are used. However, not all written words are user content: lifetime is also //! erase cycles are used. However, not all written words are user content: Lifetime is also
//! consumed with metadata and compaction. //! consumed with metadata and compaction.
//! //!
//! The store is extendable with other entries than key-values. It is essentially a framework //! The store is extendable with other entries than key-values. It is essentially a framework