rabbit_db_vhost: Fix typo in `vhost:tag()` type

This commit is contained in:
Jean-Sébastien Pédron 2022-12-18 19:28:39 +01:00
parent db0f54c002
commit e5839053a9
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
1 changed files with 1 additions and 1 deletions

View File

@ -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.
%%