Skip to content

Commit 37fde65

Browse files
Correct a rabbitmq.schema comment typo
1 parent e8e46eb commit 37fde65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbit/priv/schema/rabbit.schema

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2666,7 +2666,7 @@ end}.
26662666
false ->
26672667
%% this is a string
26682668
S = string:strip(S0, right),
2669-
%% The prefix is optional
2669+
%% The suffix is optional
26702670
{ok, HasIUSuffix} = re:compile("([0-9]+)([a-zA-Z]){1,3}$", [dollar_endonly, caseless]),
26712671
%% Here are the prefixes we accept. This must match
26722672
%% what rabbit_resource_monitor_misc and 'rabbitmq-diagnostics status' can format.
@@ -2681,4 +2681,4 @@ end}.
26812681
end
26822682
end
26832683
end
2684-
end}.
2684+
end}.

0 commit comments

Comments
 (0)