Skip to content

Commit a9d37b7

Browse files
fixed committed_entries in lib documentation (#481)
Signed-off-by: Edoardo <edoardo.costantini@prima.it>
1 parent 52d84aa commit a9d37b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ a Raft snapshot from the leader and we must apply the snapshot:
253253
254254
```
255255
256-
3. Check whether `committed_entires` is empty or not. If not, it means that there are some newly
256+
3. Check whether `committed_entries` is empty or not. If not, it means that there are some newly
257257
committed log entries which you must apply to the state machine. Of course, after applying, you
258258
need to update the applied index and resume `apply` later:
259259

0 commit comments

Comments
 (0)