tisonkun commented on code in PR #409:
URL: https://github.com/apache/pulsar-site/pull/409#discussion_r1106542455


##########
docs/concepts-messaging.md:
##########
@@ -667,8 +667,8 @@ Example:
 Suppose we have 2 consumers (C1 and C2) each specified their ranges, then:
 
 ```
-C1 = [0, 16384), (32768, 49152]
-C2 = [16384, 32768), (49,152, 65536]
+C1 = [0, 16384), [32768, 49152)
+C2 = [16384, 32768), (49152, 65536]

Review Comment:
   ```suggestion
   C2 = [16384, 32768), [49152, 65536)
   ```
   
   ditto below.
   
   cc @Technoboy- 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to