Skip to content

Commit dde761b

Browse files
authored
Typo in running an example
1 parent f03cae3 commit dde761b

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)