Browse Source

Fixing bug 463; trivial typo in @spec as identified by Bob Ippolito

Dave Smith 15 years ago
parent
commit
101ea0f968
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_dialyzer.erl

+ 1
- 1
src/rebar_dialyzer.erl View File

@ -57,7 +57,7 @@
%% =================================================================== %% ===================================================================
%% @doc Perform static analysis on the contents of the ebin directory. %% @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). -spec(analyze(Config::#config{}, File::string()) -> ok).
analyze(Config, File) -> analyze(Config, File) ->
Plt = plt_path(Config, File), Plt = plt_path(Config, File),

Loading…
Cancel
Save