Skip to content

Commit

Permalink
readme: better phrasing
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Gustafsson <[email protected]>
  • Loading branch information
1 parent de717f8 commit 3eddfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ the nodes of the system. In fact we route all network messages through a
which order messages arrive, hence eliminating the non-determinism related to
networking in a distributed system.

Because the SUT can multiple implementation languages, there's a small shim on
Because the SUT can be implemented in multiple different languages, there's a small shim on
top of the SUT, called `executor`, which receives messages from the scheduler
and applies them to the SUT. The idea being that this shim can easily be ported
to other programming languages.
Expand Down

0 comments on commit 3eddfe7

Please sign in to comment.