Skip to content

Commit 1375cc7

Browse files
committed
Rewrap comment
1 parent 40d30f7 commit 1375cc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/crs/crs-parser/test__crs_parser.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ $CR user1: message.
103103

104104
let%expect_test "invalid syntax CR" =
105105
(* Here we monitor fragments that may look like CRs but are not. We make use
106-
of some heuristic, and opinionated choices, to decide whether to flag
107-
these constructs as invalid CRs, or simply ignore them. This test is used
108-
to characterize the behavior around this question. *)
106+
of some heuristic, and opinionated choices, to decide whether to flag these
107+
constructs as invalid CRs, or simply ignore them. This test is used to
108+
characterize the behavior around this question. *)
109109
(* No text. *)
110110
test
111111
{|

0 commit comments

Comments
 (0)