We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d84aa commit a9d37b7Copy full SHA for a9d37b7
src/lib.rs
@@ -253,7 +253,7 @@ a Raft snapshot from the leader and we must apply the snapshot:
253
254
```
255
256
-3. Check whether `committed_entires` is empty or not. If not, it means that there are some newly
+3. Check whether `committed_entries` is empty or not. If not, it means that there are some newly
257
committed log entries which you must apply to the state machine. Of course, after applying, you
258
need to update the applied index and resume `apply` later:
259
0 commit comments