chore(docs): fix typo (#1489)

This commit is contained in:
Victor Aremu
2024-06-24 08:45:55 +01:00
committed by GitHub
parent ce9a97c45c
commit 7873d2b3f5
+1 -1
View File
@@ -127,7 +127,7 @@ fn main() {
### Loading Gracefully
If you call `load` on a `Store` that hasn't yet been written to the desk, it will return an error. You must handle this error if you want to gracefully continue and use the default store until you save it to the disk. The example above shows how to do this.
If you call `load` on a `Store` that hasn't yet been written to the disk, it will return an error. You must handle this error if you want to gracefully continue and use the default store until you save it to the disk. The example above shows how to do this.
For example, this would cause a panic if the store has not yet been created: