Skip to content

Commit

Permalink
brujo-update Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Oct 17, 2024
1 parent 9bd32be commit 69669de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ktn_dodger.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 69669de

Please sign in to comment.