Skip to content

Commit

Permalink
[ fix ] typo (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarte authored Dec 13, 2024
1 parent def9f79 commit f2d1b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tutorial/Intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Pure functions have several advantages:
* They can easily be tested by specifying (possibly randomly generated)
sets of input arguments together with the expected results.

* They are thread-safe, since the don't mutate global state, and
* They are thread-safe, since they don't mutate global state, and
as such can be freely used in several computations running
in parallel.

Expand Down

0 comments on commit f2d1b45

Please sign in to comment.