Skip to content

Commit 48263e7

Browse files
authored
Merge pull request #1 from tmcgilchrist/main
Typo in running an example
2 parents f03cae3 + dde761b commit 48263e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ reference `r` for communication. Although the domains race on the access to `r`,
264264
since `r` is an atomic variable, it is not a data race.
265265
266266
```bash
267-
% bash exec src/msg_passing.exe
267+
% dune exec src/msg_passing.exe
268268
Hello
269269
```
270270

0 commit comments

Comments
 (0)