Browse Source

Fix typo

tags/v0.0.0-test.4
Philipp Oppermann 3 years ago
parent
commit
670cec6633
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      design/state-management.md

+ 1
- 1
design/state-management.md View File

@@ -28,7 +28,7 @@ fn restore_state(&mut self, state: HashMap<String, Vec<u8>>)

In this method, the operator should deserialize and apply all state entries, and perform all custom consistency checks that are necessary.

## Staring State
## Sharing State

To share state between operators, dora provides access to a node-local key-value store:



Loading…
Cancel
Save