Update the spec for rabbit_binding:new/4 to match rabbit_types

This commit is contained in:
Rin Kuryloski 2023-02-14 15:22:34 +01:00
parent 5a8e74ed5d
commit b63a9de362
1 changed files with 2 additions and 2 deletions

View File

@ -55,9 +55,9 @@
%%----------------------------------------------------------------------------
-spec new(rabbit_types:exchange(),
-spec new(rabbit_types:binding_source(),
key(),
rabbit_types:exchange() | amqqueue:amqqueue(),
rabbit_types:binding_destination(),
rabbit_framing:amqp_table()) ->
rabbit_types:binding().