summaryrefslogtreecommitdiff
path: root/src/rabbit_basic.erl
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2011-02-24 15:14:26 +0000
committerEmile Joubert <emile@rabbitmq.com>2011-02-24 15:14:26 +0000
commita64a627af2739a5556f00064c9b02443bd0c4215 (patch)
tree0181d104c5979dac52526ac32d281aa31cbba789 /src/rabbit_basic.erl
parenta2cbb232dec1ad75bd5f32374a8a0e8525cab32c (diff)
downloadrabbitmq-server-a64a627af2739a5556f00064c9b02443bd0c4215.tar.gz
Dialyzer typo
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 f29cc805..57aad808 100644
--- a/src/rabbit_basic.erl
+++ b/src/rabbit_basic.erl
@@ -44,7 +44,7 @@
-spec(message/3 ::
(rabbit_exchange:name(), rabbit_router:routing_key(),
rabbit_types:decoded_content()) ->
- rabbit_types:ok_or_error2(rabbit_types:message() | any())).
+ rabbit_types:ok_or_error2(rabbit_types:message(), any())).
-spec(properties/1 ::
(properties_input()) -> rabbit_framing:amqp_property_record()).
-spec(publish/4 ::