Skip to content

Commit 4cf6cf5

Browse files
committed
entity comment
Signed-off-by: Paul-Elliot <[email protected]>
1 parent fbf1c86 commit 4cf6cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/document/utils.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ and compute_length_inline (t : Types.Inline.t) : int =
3131
let f (acc : int) { Types.Inline.desc; _ } =
3232
match desc with
3333
| Text s -> acc + String.length s
34-
| Entity _e -> acc + 1 (* CHECK *)
34+
| Entity _e -> acc + 1
3535
| Linebreak -> 0 (* TODO *)
3636
| Styled (_, t)
3737
| Link (_, t)

0 commit comments

Comments
 (0)