better typespec

master
Théophile Choutri 2017-04-17 16:09:53 +02:00
parent 95369fafbe
commit f56af2181f
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ defmodule Hunter.Status do
* `id` - status identifier
"""
@spec reblogged_by(Hunter.Client.t, non_neg_integer) :: [Hunter.Account.t]
@spec reblogged_by(Hunter.Client.t, status_id) :: [Hunter.Account.t]
def reblogged_by(conn, id) do
@hunter_api.reblogged_by(conn, id)
end