You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/04/11 06:41:58 UTC

[GitHub] [rocketmq] yuz10 commented on a diff in pull request #4141: Fix spelling problem on docs/en

yuz10 commented on code in PR #4141:
URL: https://github.com/apache/rocketmq/pull/4141#discussion_r846991124


##########
docs/en/Troubleshoopting.md:
##########
@@ -73,4 +73,4 @@ SendResult [sendStatus=SEND_OK, msgId=0A42333A0DC818B4AAC246C290FD0000, offsetMs
 ```
 
 - msgId,for the client, the msgId is generated by the producer instance. Specifically, the method `MessageClientIDSetter.createUniqIDBuffer()` is called to generate a unique Id.
-- offsetMsgId, offsetMsgId is generated by the Broker server when writing a message ( string concating "IP address + port" and "CommitLog's physical offset address"), and offsetMsgId is the messageId used to query in the RocketMQ console.
+- offsetMsgId, offsetMsgId is generated by the Broker server when writing a message ( string concat with "IP address + port" and "CommitLog's physical offset address"), and offsetMsgId is the messageId used to query in the RocketMQ console.

Review Comment:
   IMO, better use  ` string consisting of "IP address + port" and "CommitLog's physical offset address"`
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org