Procházet zdrojové kódy

rebar_templater: fix comment

pull/3/head
Tuncer Ayaz před 13 roky
rodič
revize
0c27fd4f7f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/rebar_templater.erl

+ 1
- 1
src/rebar_templater.erl Zobrazit soubor

@ -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, []);

Načítá se…
Zrušit
Uložit