diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2010-08-20 07:09:26 -0600 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2010-08-20 07:09:26 -0600 |
commit | 101ea0f96841f535f05e7f1f398ce551a0426e5f (patch) | |
tree | 6893099e48c0a5d85fb3717c151bcaae52226501 | |
parent | 89a4fe5012c4e6ccdf0a428bada1bbf419296f72 (diff) |
Fixing bug 463; trivial typo in @spec as identified by Bob Ippolito
-rw-r--r-- | src/rebar_dialyzer.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_dialyzer.erl b/src/rebar_dialyzer.erl index 49edfb6..afd38b2 100644 --- a/src/rebar_dialyzer.erl +++ b/src/rebar_dialyzer.erl @@ -57,7 +57,7 @@ %% =================================================================== %% @doc Perform static analysis on the contents of the ebin directory. -%% @spec analyze(Config::#config{}, File::string()) -> ok. +%% @spec analyze(Config::#config{}, File::string()) -> ok -spec(analyze(Config::#config{}, File::string()) -> ok). analyze(Config, File) -> Plt = plt_path(Config, File), |