Skip to content

Commit bed8772

Browse files
Fix a typespec
1 parent d478fad commit bed8772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_vhost.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ put_vhost(Name, Description, Tags0, Trace, Username) ->
298298
-spec put_vhost(vhost:name(),
299299
binary(),
300300
vhost:unparsed_tags() | vhost:tags(),
301-
rabbit_queue_type:queue_type(),
301+
rabbit_queue_type:queue_type() | 'undefined',
302302
boolean(),
303303
rabbit_types:username()) ->
304304
'ok' | {'error', any()} | {'EXIT', any()}.

0 commit comments

Comments
 (0)