mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-07 12:26:41 +02:00
chore(docs): fix typo (#1489)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user