Skip to content

Commit

Permalink
Update for MDX 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
talex5 committed Feb 29, 2024
1 parent ef415fb commit 2d6385e
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 @@ -1478,7 +1478,7 @@ However, you can safely call `Eio.Condition.broadcast`:
Another common pattern when using signals is using `SIGHUP`
to tell an application to reload its configuration file:

<!-- $MDX file=examples/signals/main.ml,part=main -->
<!-- $MDX file=examples/signals/main.ml,part=main,skip -->
```ocaml
let main ~config_changed =
Eio.Condition.loop_no_mutex config_changed (fun () ->
Expand Down

0 comments on commit 2d6385e

Please sign in to comment.