mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Correct comment
This commit is contained in:
parent
56b801b2c9
commit
c319662849
1 changed files with 2 additions and 2 deletions
|
@ -316,8 +316,8 @@ compile_priority(File) ->
|
|||
end.
|
||||
|
||||
%%
|
||||
%% Filter a list of env vars such that only those which match the provided
|
||||
%% architecture regex (or do not have a regex) are returned.
|
||||
%% Filter a list of erl_opts platform_define options such that only
|
||||
%% those which match the provided architecture regex are returned.
|
||||
%%
|
||||
-spec filter_defines(ErlOpts::list(),Acc::list()) -> list().
|
||||
filter_defines([], Acc) ->
|
||||
|
|
Loading…
Reference in a new issue