Skip to content

Commit 14b699f

Browse files
authored
Merge pull request #633 from avsm/fix-markup
doc: fix a markup issue that is flagged up by odoc
2 parents ca4ba1f + 8081397 commit 14b699f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ctypes-foreign-threaded/foreign.mli

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ val funptr :
8181
the associated OCaml closure, so that the C function may be used only
8282
while the closure is still live.
8383
84-
The {!dynamic_funptr} function is an alternative to {funptr} with explicit
84+
The {!dynamic_funptr} function is an alternative to {!funptr} with explicit
8585
lifetime management.
8686
*)
8787

src/ctypes-foreign-unthreaded/foreign.mli

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ val funptr :
8181
the associated OCaml closure, so that the C function may be used only
8282
while the closure is still live.
8383
84-
The {!dynamic_funptr} function is an alternative to {funptr} with explicit
84+
The {!dynamic_funptr} function is an alternative to {!funptr} with explicit
8585
lifetime management.
8686
*)
8787

0 commit comments

Comments
 (0)