Skip to content

Commit 69669de

Browse files
committed
brujo-update Fix docs
1 parent 9bd32be commit 69669de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ktn_dodger.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ errormsg(String) ->
10661066

10671067
%% =====================================================================
10681068
%% @doc The dodger currently does not process feature attributes
1069-
%% correctly, so temporarily consider the `else` and `maybe` atoms
1069+
%% correctly, so temporarily consider the `else' and `maybe' atoms
10701070
%% always as keywords
10711071
-spec reserved_word(Atom :: atom()) -> boolean().
10721072
reserved_word('else') -> true;

0 commit comments

Comments
 (0)