chore(docs): fix typo (#1489)

pull/1493/head
Victor Aremu 11 months ago committed by GitHub
parent ce9a97c45c
commit 7873d2b3f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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:

Loading…
Cancel
Save