diff options
-rw-r--r-- | src/rabbit_types.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_types.erl b/src/rabbit_types.erl index 02334f27..a9313503 100644 --- a/src/rabbit_types.erl +++ b/src/rabbit_types.erl @@ -137,7 +137,7 @@ -type(connection() :: pid()). --type(protocol() :: atom()). +-type(protocol() :: 'rabbit_framing_amqp_0_8' | 'rabbit_framing_amqp_0_9_1'). -type(user() :: #user{username :: rabbit_access_control:username(), |