Skip to content

Commit 26a78d2

Browse files
committed
minor cut n paste typo in disk_store example
1 parent 738225b commit 26a78d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/disk.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use thiserror::Error;
1111

1212
#[derive(Error, Debug, PartialEq, Clone)]
1313
enum ExampleError {
14-
#[error("error with redis cache `{0}`")]
14+
#[error("error with disk cache `{0}`")]
1515
DiskError(String),
1616
}
1717

0 commit comments

Comments
 (0)