diff --git a/src/ktn_dodger.erl b/src/ktn_dodger.erl index f1dbfb5..dd4e00a 100644 --- a/src/ktn_dodger.erl +++ b/src/ktn_dodger.erl @@ -1066,7 +1066,7 @@ errormsg(String) -> %% ===================================================================== %% @doc The dodger currently does not process feature attributes -%% correctly, so temporarily consider the `else` and `maybe` atoms +%% correctly, so temporarily consider the `else' and `maybe' atoms %% always as keywords -spec reserved_word(Atom :: atom()) -> boolean(). reserved_word('else') -> true;