summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rabbit_misc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_misc.erl b/src/rabbit_misc.erl
index afcdae7728..e5c30c0606 100644
--- a/src/rabbit_misc.erl
+++ b/src/rabbit_misc.erl
@@ -185,7 +185,7 @@
-spec(unlink_and_capture_exit/1 :: (pid()) -> 'ok').
-spec(get_options/2 :: ([optdef()], [string()])
-> {[string()], [{string(), any()}]}).
--spec(now_ms/0 :: () -> integer()).
+-spec(now_ms/0 :: () -> non_neg_integer()).
-endif.