Skip to content

Commit df89772

Browse files
committed
s/OCaml/ReScript
1 parent 7d8d526 commit df89772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/ext/warnings.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ let descriptions =
603603
(22, "Preprocessor warning.");
604604
(23, "Useless record \"with\" clause.");
605605
( 24,
606-
"Bad module name: the source file name is not a valid OCaml module name."
606+
"Bad module name: the source file name is not a valid ReScript module name."
607607
);
608608
(25, "Deprecated: now part of warning 8.");
609609
( 26,

0 commit comments

Comments
 (0)