chore: fix typo

This commit is contained in:
JimMoen 2024-06-14 16:04:11 +08:00
parent e1536961ce
commit 6823c79ae0
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -119,12 +119,12 @@
%% All Messages received %% All Messages received
{counter, 'messages.received', << {counter, 'messages.received', <<
"Number of messages received from the client, equal to the sum of " "Number of messages received from the client, equal to the sum of "
"messages.qos0.received\fmessages.qos1.received and messages.qos2.received" "messages.qos0.received, messages.qos1.received and messages.qos2.received"
>>}, >>},
%% All Messages sent %% All Messages sent
{counter, 'messages.sent', << {counter, 'messages.sent', <<
"Number of messages sent to the client, equal to the sum of " "Number of messages sent to the client, equal to the sum of "
"messages.qos0.sent\fmessages.qos1.sent and messages.qos2.sent" "messages.qos0.sent, messages.qos1.sent and messages.qos2.sent"
>>}, >>},
%% QoS0 Messages received %% QoS0 Messages received
{counter, 'messages.qos0.received', <<"Number of QoS 0 messages received from clients">>}, {counter, 'messages.qos0.received', <<"Number of QoS 0 messages received from clients">>},