Skip to content

Commit 4ae8c32

Browse files
committed
Manual: fix missing quote in verbatim environment
1 parent c7b21e1 commit 4ae8c32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manual/manual/refman/exten.etex

+2-2
Original file line numberDiff line numberDiff line change
@@ -1675,10 +1675,10 @@ module X = struct
16751675
end
16761676
[@@deprecated "Please use module 'Y' instead."]
16771677

1678-
let x = begin[@warning "+9] ... end in ....
1678+
let x = begin[@warning "+9"] ... end in ....
16791679

16801680
type t = A | B
1681-
[@@deprecated "Please use type 's' instead.]
1681+
[@@deprecated "Please use type 's' instead."]
16821682

16831683
let f x =
16841684
assert (x >= 0) [@ppwarning "TODO: remove this later"];

0 commit comments

Comments
 (0)