From 101ea0f96841f535f05e7f1f398ce551a0426e5f Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Fri, 20 Aug 2010 07:09:26 -0600 Subject: [PATCH] Fixing bug 463; trivial typo in @spec as identified by Bob Ippolito --- src/rebar_dialyzer.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),