diff --git a/src/rebar_templater.erl b/src/rebar_templater.erl index 1e015ee..5e1e572 100644 --- a/src/rebar_templater.erl +++ b/src/rebar_templater.erl @@ -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, []);