From 670cec6633cb6bc5c6dd260e5ae4fb1881d13418 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 20 Apr 2022 17:00:12 +0200 Subject: [PATCH] Fix typo --- design/state-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/state-management.md b/design/state-management.md index 356deb18..8cf602c4 100644 --- a/design/state-management.md +++ b/design/state-management.md @@ -28,7 +28,7 @@ fn restore_state(&mut self, state: HashMap>) 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: