From 0c27fd4f7fab1082fc8485bceaa2dd18e81da109 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sat, 30 Jun 2012 22:13:26 +0200 Subject: [PATCH] rebar_templater: fix comment --- src/rebar_templater.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, []);