Skip to content

Commit 9fe4984

Browse files
chengloubobzhang
authored andcommitted
Tweak grammar (#39)
1 parent ee0ef5b commit 9fe4984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/warnings.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ let message = function
604604
| Bs_derive_warning s ->
605605
"bs.deriving warning: " ^ s
606606
| Bs_fragile_external s ->
607-
s ^ " : the external name is inferred from val name is unsafe from refactoring when changing value name"
607+
s ^ " : using an empty string as a shorthand to infer the external's name from the value's name is dangerous when refactoring, and therefore deprecated"
608608
| Bs_unimplemented_primitive s ->
609609
"Unimplemented primitive used:" ^ s
610610
| Bs_integer_literal_overflow ->

0 commit comments

Comments
 (0)