From f56af2181f388a6f76aa274d47bc5768ca41d310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Choutri?= Date: Mon, 17 Apr 2017 16:09:53 +0200 Subject: [PATCH] better typespec --- lib/hunter/status.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hunter/status.ex b/lib/hunter/status.ex index 6b4d948..6126704 100644 --- a/lib/hunter/status.ex +++ b/lib/hunter/status.ex @@ -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