Skip to content

Commit

Permalink
fixed committed_entries in lib documentation (#481)
Browse files Browse the repository at this point in the history
Signed-off-by: Edoardo <edoardo.costantini@prima.it>
  • Loading branch information
edoardocostantinidev committed Jul 11, 2022
1 parent 52d84aa commit a9d37b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ a Raft snapshot from the leader and we must apply the snapshot:
```
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
committed log entries which you must apply to the state machine. Of course, after applying, you
need to update the applied index and resume `apply` later:
Expand Down

0 comments on commit a9d37b7

Please sign in to comment.