Skip to content

Commit

Permalink
doc: fix a markup issue that is flagged up by odoc
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Mar 18, 2020
1 parent 615155f commit 05f9639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ctypes-foreign-threaded/foreign.mli
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ val funptr :
the associated OCaml closure, so that the C function may be used only
while the closure is still live.
The {!dynamic_funptr} function is an alternative to {funptr} with explicit
The {!dynamic_funptr} function is an alternative to {!funptr} with explicit
lifetime management.
*)

Expand Down
2 changes: 1 addition & 1 deletion src/ctypes-foreign-unthreaded/foreign.mli
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ val funptr :
the associated OCaml closure, so that the C function may be used only
while the closure is still live.
The {!dynamic_funptr} function is an alternative to {funptr} with explicit
The {!dynamic_funptr} function is an alternative to {!funptr} with explicit
lifetime management.
*)

Expand Down

0 comments on commit 05f9639

Please sign in to comment.