Skip to content

Commit 900043c

Browse files
whatyouhideJosé Valim
authored andcommitted
Fix a typo in a heredoc-related warning
[ci skip]
1 parent 14f0625 commit 900043c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/src/elixir_tokenizer.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ remove_heredoc_spaces(Body, Spaces, Marker, Scope) ->
770770
" contents~n"
771771
" \"\"\"~n"
772772
" end~n~n"
773-
"The current heredoc line is indented too litle", [[Marker, Marker, Marker]]),
773+
"The current heredoc line is indented too little", [[Marker, Marker, Marker]]),
774774
elixir_errors:warn(Line, Scope#elixir_tokenizer.file, Msg),
775775
Acc
776776
end.

0 commit comments

Comments
 (0)