Skip to content

Commit 0a9369c

Browse files
fix some grammatical errors in the readme (#226)
Co-authored-by: Runji Wang <[email protected]>
1 parent d9bf7f0 commit 0a9369c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Magical Deterministic Simulator for distributed systems.
1111
MadSim is a Rust async runtime similar to tokio, but with a key feature called **deterministic simulation**.
1212

1313
The main idea is borrowed from [FoundationDB](https://www.youtube.com/watch?v=4fFDFbi3toc) and [sled simulation guide](https://sled.rs/simulation.html).
14-
Your code should be able to deterministically executed on top of a simulator.
14+
Your code should be able to deterministically execute on top of a simulator.
1515
The simulator will amplify randomness, create chaos and inject failures into your system.
16-
A lot of hidden bugs may be revealed, which you can then deterministically reproduce them until they are fixed.
16+
A lot of hidden bugs may be revealed, which you can then deterministically reproduce until they are fixed.
1717
If your system can survive such chaos, you will have more confidence in deploying your system in the real world.
1818

1919
However, implementing deterministic simulation is difficult.

0 commit comments

Comments
 (0)