Skip to content

Commit 889250f

Browse files
committed
[minor] Double comma
1 parent 059e86a commit 889250f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ocaml/parsing/ast_helper.ml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ module Typ = struct
8989
that would be a dependency cycle -- [Jane_syntax] depends rather
9090
crucially on [Ast_helper]. However, this just recurses looking for
9191
constructors and variables, so it *should* be fine even so. If
92-
Jane-syntax embeddings ever change so that this breaks,, we'll need
93-
to resolve this knot. *)
92+
Jane-syntax embeddings ever change so that this breaks, we'll need to
93+
resolve this knot. *)
9494
match t.ptyp_desc with
9595
| Ptyp_any -> Ptyp_any
9696
| Ptyp_var x ->

0 commit comments

Comments
 (0)