Skip to content

Commit 5d5d7da

Browse files
author
José Valim
committed
is -> may be
1 parent f1d4d5b commit 5d5d7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/src/elixir_parser.yrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ warn_empty_stab_clause({stab_op, {Line, _Begin, _End}, '->'}) ->
844844
warn_pipe({arrow_op, {Line, _Begin, _End}, Op}, {_, [_|_], [_|_]}) ->
845845
elixir_errors:warn(Line, ?file(),
846846
io_lib:format(
847-
"you are piping into a function call without parentheses, which is ambiguous. "
847+
"you are piping into a function call without parentheses, which may be ambiguous. "
848848
"Please wrap the function you are piping into in parentheses. For example:\n\n"
849849
" foo 1 ~ts bar 2 ~ts baz 3\n\n"
850850
"Should be written as:\n\n"

0 commit comments

Comments
 (0)