Skip to content

Commit

Permalink
Merge pull request #182 from jqnatividad/typo-diskstore-example
Browse files Browse the repository at this point in the history
minor cut n paste typo in disk_store example
  • Loading branch information
jaemk authored Feb 28, 2024
2 parents 738225b + 26a78d2 commit 6a42aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/disk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use thiserror::Error;

#[derive(Error, Debug, PartialEq, Clone)]
enum ExampleError {
#[error("error with redis cache `{0}`")]
#[error("error with disk cache `{0}`")]
DiskError(String),
}

Expand Down

0 comments on commit 6a42aea

Please sign in to comment.