浏览代码

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

Dave Smith 15 年前
父节点
当前提交
101ea0f968
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rebar_dialyzer.erl

+ 1
- 1
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),

正在加载...
取消
保存