diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2013-11-27 15:20:18 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2014-01-01 10:59:16 +0100 |
commit | 39c38b6141fc9a641324cd046654033905e20348 (patch) | |
tree | eb214b2389eaf2d66003cb3281542f0d6a9a4521 | |
parent | 298743d50e58ed472f70498297c31d7ebb68fbd6 (diff) |
rebar_core: minor comment fix
-rw-r--r-- | src/rebar_core.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl index 631cef2..7f2adaf 100644 --- a/src/rebar_core.erl +++ b/src/rebar_core.erl @@ -577,7 +577,7 @@ get_base_plugin_dirs(Cwd, PredirsAssoc) -> [filename:join(Dir, "plugins") || Dir <- get_plugin_base_dirs(Cwd, PredirsAssoc)]. -%% @doc PredirsAssoc is a dictionary of plugindir -> 'parent' pairs +%% @doc PredirsAssoc is a dictionary of plugindir -> 'parent' pairs. %% 'parent' in this case depends on plugin; therefore we have to give %% all plugins that Cwd ('parent' in this case) depends on. get_plugin_base_dirs(Cwd, PredirsAssoc) -> |