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

This commit is contained in:
Dave Smith 2010-08-20 07:09:26 -06:00
parent 89a4fe5012
commit 101ea0f968

View file

@ -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),