Skip to content
Snippets Groups Projects
Commit ef29c68e authored by falood's avatar falood
Browse files

fix spec issue. close #47

parent d1f3dbbe
Branches
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ defmodule FileSystem do ...@@ -33,7 +33,7 @@ defmodule FileSystem do
iex> FileSystem.start_link(backend: :fs_mac, dirs: ["/tmp/fs"], name: :worker) iex> FileSystem.start_link(backend: :fs_mac, dirs: ["/tmp/fs"], name: :worker)
iex> FileSystem.subscribe(:worker) iex> FileSystem.subscribe(:worker)
""" """
@spec start_link(Keyword.t) :: {:ok, pid} @spec start_link(Keyword.t) :: GenServer.on_start()
def start_link(options) do def start_link(options) do
FileSystem.Worker.start_link(options) FileSystem.Worker.start_link(options)
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment