Przeglądaj źródła

Fix spec for rebar_file_utils:rm_rf/1

pull/3/head
Tuncer Ayaz 13 lat temu
rodzic
commit
6a2fb52277
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/rebar_file_utils.erl

+ 1
- 1
src/rebar_file_utils.erl Wyświetl plik

@ -39,7 +39,7 @@
%% @doc Remove files and directories.
%% Target is a single filename, directoryname or wildcard expression.
-spec rm_rf(Target::file:filename()) -> ok.
-spec rm_rf(Target::string()) -> ok.
rm_rf(Target) ->
case os:type() of
{unix, _} ->

Ładowanie…
Anuluj
Zapisz