Skip to content

Commit a25fe55

Browse files
committed
fix spellcheck lint
1 parent 6feac0d commit a25fe55

File tree

1 file changed

+1
-1
lines changed
  • crates/chat-cli/src/database

1 file changed

+1
-1
lines changed

crates/chat-cli/src/database/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ impl<T> From<PoisonError<T>> for DatabaseError {
133133

134134
#[derive(Debug)]
135135
pub enum Table {
136-
/// The state table contains persistant application state.
136+
/// The state table contains persistent application state.
137137
State,
138138
/// The conversations tables contains user chat conversations.
139139
#[allow(dead_code)]

0 commit comments

Comments
 (0)