Skip to content
This repository was archived by the owner on Nov 12, 2020. It is now read-only.

Commit edfb8af

Browse files
committed
Missing arrow.
1 parent 2ce0589 commit edfb8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocamldoc/odoc_sig.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ module Analyser =
290290
let (_,comment_opt) = just_after_special pos pos_end in
291291
[name, comment_opt]
292292
| Otag ({txt=name}, _, ct) ::
293-
((Oinherit ct2 | Otag (_, _, ct2)) as ele2) :: q
293+
((Oinherit ct2 | Otag (_, _, ct2)) as ele2) :: q ->
294294
let pos = Loc.ptyp_end ct in
295295
let pos2 = Loc.ptyp_start ct2 in
296296
let (_,comment_opt) = just_after_special pos pos2 in

0 commit comments

Comments
 (0)