rabbit_db_vhost: Fix typo in `vhost:tag()` type
This commit is contained in:
parent
db0f54c002
commit
e5839053a9
|
|
@ -119,7 +119,7 @@ merge_metadata_in_mnesia_tx(VHostName, Metadata) ->
|
|||
|
||||
-spec set_tags(VHostName, Tags) -> VHost when
|
||||
VHostName :: vhost:name(),
|
||||
Tags :: [vhost:tags() | binary() | string()],
|
||||
Tags :: [vhost:tag() | binary() | string()],
|
||||
VHost :: vhost:vhost().
|
||||
%% @doc Sets the tags of an existing virtual host record.
|
||||
%%
|
||||
|
|
|
|||
Loading…
Reference in New Issue