mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
rebar_templater: fix comment
This commit is contained in:
parent
6de4862e19
commit
0c27fd4f7f
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ update_vars([Key | Rest], Dict) ->
|
||||||
|
|
||||||
|
|
||||||
%%
|
%%
|
||||||
%% Given a string or binary, parse it into a list of terms, ala file:consult/0
|
%% Given a string or binary, parse it into a list of terms, ala file:consult/1
|
||||||
%%
|
%%
|
||||||
consult(Str) when is_list(Str) ->
|
consult(Str) when is_list(Str) ->
|
||||||
consult([], Str, []);
|
consult([], Str, []);
|
||||||
|
|
Loading…
Reference in a new issue