Correct a rabbitmq.schema comment typo

This commit is contained in:
Michael Klishin 2024-01-17 23:00:07 -05:00
parent 169cd91202
commit 0199d8523c
No known key found for this signature in database
GPG Key ID: FF4F6501646A9C9A
1 changed files with 2 additions and 2 deletions

View File

@ -2666,7 +2666,7 @@ end}.
false ->
%% this is a string
S = string:strip(S0, right),
%% The prefix is optional
%% The suffix is optional
{ok, HasIUSuffix} = re:compile("([0-9]+)([a-zA-Z]){1,3}$", [dollar_endonly, caseless]),
%% Here are the prefixes we accept. This must match
%% what rabbit_resource_monitor_misc and 'rabbitmq-diagnostics status' can format.
@ -2681,4 +2681,4 @@ end}.
end
end
end
end}.
end}.