diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-11-20 23:31:35 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-11-20 23:31:35 +0100 |
commit | b2e7e5b7874452cd93554b1da5fe4fc32cecf14c (patch) | |
tree | 6b543bdc5e28592495fd35afdef8177de4e5c413 | |
parent | 90058c7f5260e912278a2e3350fa1b06b7c94bb8 (diff) |
Fix dialyzer_opts documentation
-rw-r--r-- | rebar.config.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index 91fefc4..b5305c2 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -85,7 +85,7 @@ %% {plt, PltFile} %% 'src': run Dialyzer on the source files as in 'dialyzer --src' %% {warnings, [WarnOpts]}: turn on/off Dialyzer warnings -{warnings_opts, [{plt, PltFile}, {warnings, [WarnOpts]}, src]}. +{dialyzer_opts, [{plt, PltFile}, {warnings, [WarnOpts]}, src]}. %% == Cleanup == |