mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
Update TODO comment
This commit is contained in:
parent
7200d18671
commit
392e312b3f
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ abort(String, Args) ->
|
|||
|
||||
%% TODO: Rename emulate_escript_foldl to escript_foldl and remove
|
||||
%% this function when the time is right. escript:foldl/3 was an
|
||||
%% undocumented exported fun and is going to be removed post-R13B04.
|
||||
%% undocumented exported fun and has been removed in R14.
|
||||
escript_foldl(Fun, Acc, File) ->
|
||||
{module, zip} = code:ensure_loaded(zip),
|
||||
case erlang:function_exported(zip, foldl, 3) of
|
||||
|
|
Loading…
Reference in a new issue