mirror of
https://github.com/correl/rebar.git
synced 2024-11-24 03:00:14 +00:00
Fixing bug 463; trivial typo in @spec as identified by Bob Ippolito
This commit is contained in:
parent
89a4fe5012
commit
101ea0f968
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue