diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-11-18 18:57:55 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-11-18 18:57:55 +0100 |
commit | ed55df9648ca296d77c4e11f044066098a3e031a (patch) | |
tree | f069821d19d9a9c0a35a505c7e6c321883b26737 | |
parent | a015892e211b1276bb681213bb1baa9c7210fd21 (diff) |
rebar_neotoma_compiler: fix comment
-rw-r--r-- | src/rebar_neotoma_compiler.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_neotoma_compiler.erl b/src/rebar_neotoma_compiler.erl index 9bff892..33f32e3 100644 --- a/src/rebar_neotoma_compiler.erl +++ b/src/rebar_neotoma_compiler.erl @@ -57,7 +57,7 @@ compile(Config, _AppFile) -> fun compile_neo/3, [{check_last_mod,false}]). %% ============================================================================ -%% Public API +%% Internal functions %% ============================================================================ neotoma_opts(Config) -> |