Skip to content

Commit

Permalink
Doc: fix typos in examples readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jdockerty authored and drmingdrmer committed Apr 7, 2024
1 parent 8b7ba0d commit fb296e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/raft-kv-memstore-generic-snapshot-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ To receive a complete snapshot, Refer to implementation of `api::snapshot()` in

## Run it

Run it with `cargo test -- --nocaputre`.
Run it with `cargo test -- --nocapture`.
2 changes: 1 addition & 1 deletion examples/raft-kv-memstore-opendal-snapshot-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ To receive a complete snapshot, Refer to implementation of `api::snapshot()` in

## Run it

Run it with `cargo test -- --nocaputre`.
Run it with `cargo test -- --nocapture`.
2 changes: 1 addition & 1 deletion examples/raft-kv-memstore-singlethreaded/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ pub enum Request {

## Run it

Run it with `cargo test -- --nocaputre`.
Run it with `cargo test -- --nocapture`.

0 comments on commit fb296e6

Please sign in to comment.