diff options
-rw-r--r-- | src/rebar_escripter.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_escripter.erl b/src/rebar_escripter.erl index 9ff59f1..27e6f0a 100644 --- a/src/rebar_escripter.erl +++ b/src/rebar_escripter.erl @@ -51,7 +51,7 @@ escriptize(Config0, AppFile) -> InclBeams = get_app_beams( rebar_config:get_local(Config, escript_incl_apps, []), []), - %% Look for a list extra files to include in the output file. + %% Look for a list of extra files to include in the output file. %% For internal rebar-private use only. Do not use outside rebar. InclExtra = get_extra(Config), |