summaryrefslogtreecommitdiff
path: root/src/rabbit_basic.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rabbit_basic.erl')
-rw-r--r--src/rabbit_basic.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_basic.erl b/src/rabbit_basic.erl
index 63260669..14c655a6 100644
--- a/src/rabbit_basic.erl
+++ b/src/rabbit_basic.erl
@@ -52,7 +52,7 @@
-spec(message/5 :: (exchange_name(), routing_key(), properties_input(),
binary(), guid()) -> message()).
-spec(message/6 :: (exchange_name(), routing_key(), properties_input(),
- binary(), guid(), bool()) -> message()).
+ binary(), guid(), boolean()) -> message()).
-spec(properties/1 :: (properties_input()) -> amqp_properties()).
-spec(publish/4 :: (exchange_name(), routing_key(), properties_input(),
binary()) -> publish_result()).