Skip to content

Commit

Permalink
Fixed typo in docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Oct 31, 2021
1 parent 53832ba commit 8b49a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rebar3_lfe_utils.erl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ first_value([Fun | Rest], State) ->
%% @doc Updates the list of modules in the .app file for the specified
%% directory.
%%
%% The .app file will be update to include all modules in its
%% The .app file will be updated to include all modules in its
%% `modules' entry. The modules listed are resolved by looking for all
%% files with the extension `.beam' in `Dir'.
-spec update_app_file(file:name()) -> ok.
Expand Down

0 comments on commit 8b49a79

Please sign in to comment.