Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
Reviewed By: VladimirMakaev

Differential Revision: D56318051

fbshipit-source-id: 53dc0a25de1ec632b1d966407fc99b514519672d
  • Loading branch information
jasonwhite authored and facebook-github-bot committed Apr 18, 2024
1 parent bd3153b commit de5135a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ nondeterminism, and how hermit eliminates or controls them.

In order to explore more advanced examples, you can look at some of
the integration tests built from [./tests/](./tests/) or [./flaky-tests/](./flaky-tests/).
For example, using the commands below you can run a racy example
For example, using the commands below you can run a racey example
multiple times to see its nondeterminism. Then run it under hermit to
watch that determinism disappear. Then run it under hermit `--chaos`
watch that nondeterminism disappear. Then run it under hermit `--chaos`
to bring that nondeterminism back, but in a controlled way that can be
reproduced based on the input seed.

Expand Down

0 comments on commit de5135a

Please sign in to comment.