diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-06-30 22:13:26 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-06-30 22:13:26 +0200 |
commit | 0c27fd4f7fab1082fc8485bceaa2dd18e81da109 (patch) | |
tree | 6dcde2db14b9584a61ae2c6c0a8fe147e28a0126 /src | |
parent | 6de4862e195acc9ea8e6fdb8947bdf6bd4e10900 (diff) |
rebar_templater: fix comment
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_templater.erl | 2 |
1 files changed, 1 insertions, 1 deletions
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, []); |