Skip to content

Commit 9150bcd

Browse files
committed
Fix doc comments
Signed-off-by: Nathan Rebours <[email protected]>
1 parent 5708b6e commit 9150bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mdx.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
(** [Mdx] is a library to manipulate markdown code blocks.
1818
1919
[mdx] allows to execute code blocks inside markdown files. The
20-
supported code {{!Block}blocks} are either {{!Cram}cram-like}
20+
supported code {{!module-Block}blocks} are either {{!module-Cram}cram-like}
2121
tests, raw OCaml fragments or {{!Toplevel}toplevel} phrases.
2222
2323
Cram tests and toplevel phrases are sequences of commands and

0 commit comments

Comments
 (0)