Skip to content

Commit

Permalink
Fix ambiguous reference
Browse files Browse the repository at this point in the history
  • Loading branch information
johnridesabike committed May 15, 2024
1 parent 1467b81 commit 25dd362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compile.mli
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type data =
]

type blocks
(** A sequence of {!nodes}, indexed by integers. *)
(** A sequence of {!type-nodes}, indexed by integers. *)

type node =
| Text of string
Expand Down

0 comments on commit 25dd362

Please sign in to comment.