Skip to content

Commit

Permalink
Act on review result: refer to it properly (name is lowercase)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Aug 4, 2023
1 parent 9e21408 commit 7e4ec84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ktn_code.erl
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ macro_name(Name) ->
%% <code>
%% split_when(fun (X) -> $. == X end, "a.b.c") = ["a.", "b.", "c"]
%% </code>
%% NOTE: Copied from ktn_lists not to bring the whole Erlang-katana
%% NOTE: Copied from ktn_lists not to bring the whole erlang-katana
%% repo as a dependency here
%% @end
-spec split_when(fun((T) -> boolean()), [T]) -> [[T]].
Expand Down

0 comments on commit 7e4ec84

Please sign in to comment.