fixed typos and type signature

master
Théophile Choutri 2017-04-17 11:01:56 +02:00
parent acc7f723ed
commit 4902f900e6
1 changed files with 2 additions and 1 deletions

View File

@ -339,8 +339,9 @@ defmodule Hunter do
* `conn` - connection credentials
* `id` - status identifier
"""
@spec reblogged_by(Hunter.Client.t, non_neg_integer) :: Hunter.Status.t
@spec reblogged_by(Hunter.Client.t, non_neg_integer) :: [Hunter.Account.t]
defdelegate reblogged_by(conn, id), to: Hunter.Status
@doc """