We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6feac0d commit a25fe55Copy full SHA for a25fe55
crates/chat-cli/src/database/mod.rs
@@ -133,7 +133,7 @@ impl<T> From<PoisonError<T>> for DatabaseError {
133
134
#[derive(Debug)]
135
pub enum Table {
136
- /// The state table contains persistant application state.
+ /// The state table contains persistent application state.
137
State,
138
/// The conversations tables contains user chat conversations.
139
#[allow(dead_code)]
0 commit comments