Skip to content

Commit

Permalink
Update fs-storage/src/file_storage.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tarek Elsayed <[email protected]>
  • Loading branch information
twitu and tareknaser authored Mar 27, 2024
1 parent 9120134 commit bcb3303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs-storage/src/file_storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ impl FileStorage {

/// Read data from disk
///
/// Data is read as a key value pairs separated by a symbol and stored
/// Data is read as key value pairs separated by a symbol and stored
/// in a [BTreeMap] with a generic key K and V value. A handler
/// is called on the data after reading it.
pub fn read_file<K, V>(&mut self) -> Result<BTreeMap<K, V>>
Expand Down

0 comments on commit bcb3303

Please sign in to comment.