You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by "gemmellr (via GitHub)" <gi...@apache.org> on 2023/06/20 12:46:07 UTC

[GitHub] [activemq-artemis] gemmellr commented on a diff in pull request #4515: ARTEMIS-4311 fix typo

gemmellr commented on code in PR #4515:
URL: https://github.com/apache/activemq-artemis/pull/4515#discussion_r1235209364


##########
docs/user-manual/en/message-grouping.md:
##########
@@ -89,7 +89,7 @@ However if you really do want to close a group you can add a negative sequence n
 
 Example:
 ```java
-Mesasge message = session.createTextMessage("<foo>hey</foo>");
+message message = session.createTextMessage("<foo>hey</foo>");

Review Comment:
   Should be upper case M to match the interface type.



-- 
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: gitbox-unsubscribe@activemq.apache.org

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