Fix status callback signature

master
Milton Mazzarri 2017-04-16 15:44:29 -05:00
parent 291950f37d
commit f4886e1195
No known key found for this signature in database
GPG Key ID: 9F4193F2B5A558FE
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ defmodule Hunter.Api do
* `id` - status identifier
"""
@callback status(conn :: Hunter.Client.t, id :: non_neg_integer) :: Hunter.Status
@callback status(conn :: Hunter.Client.t, id :: non_neg_integer) :: Hunter.Status.t
@doc """
Destroy status