Skip to content

Commit

Permalink
update history error message (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
stormasm authored Jan 25, 2024
1 parent 7069448 commit 3f6f0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub enum ReedlineErrorVariants {
HistoryDatabaseError(String),

/// Error within history
#[error("error within history: {0}")]
#[error("error in Reedline history: {0}")]
OtherHistoryError(&'static str),

/// History does not support a feature
Expand Down

0 comments on commit 3f6f0d1

Please sign in to comment.