Skip to content

Commit 7481b22

Browse files
committed
Fix rabbit_amqqueue:pid_of() spec
1 parent 906c148 commit 7481b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_amqqueue.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@ stat(Q) ->
15161516
rabbit_queue_type:stat(Q).
15171517

15181518
-spec pid_of(amqqueue:amqqueue()) ->
1519-
pid() | 'none'.
1519+
pid() | amqqueue:ra_server_id() | 'none'.
15201520

15211521
pid_of(Q) -> amqqueue:get_pid(Q).
15221522

0 commit comments

Comments
 (0)