Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cattermole committed Jan 27, 2024
1 parent f5996fe commit 0b85f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ fn insert_new_entry_rows_into_database(
// Store read-only entries.
//
// Allows filtering the full list of entries by a sub-set of
// times/dates (without having to fetch data from teh database).
// times/dates (without having to fetch data from the database).
#[derive(Debug)]
pub struct Entries {
start_datetime: chrono::DateTime<chrono::Local>,
Expand Down

0 comments on commit 0b85f28

Please sign in to comment.