Skip to content

Commit

Permalink
Fix hyperlink rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil committed May 31, 2022
1 parent 56a4218 commit e72466c
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 @@ -66,7 +66,7 @@ $ make USE_MMAP_MAP_STACK=1 all

Another option one might consider toggling is `UNIQUE_FIBERS` as since
commit
https://github.com/ocaml/ocaml/commit/e12b508876065723ed5fc35c0945030c9b7cd100
[ocaml/ocaml#e12b508](https://github.com/ocaml/ocaml/commit/e12b508876065723ed5fc35c0945030c9b7cd100)
stock OCaml fibers are uniquely identifiable. Under the hood this
library clones fibers. By default this clone will be an exact copy of
the original fiber, meaning that the clone and original fiber will
Expand Down

0 comments on commit e72466c

Please sign in to comment.