This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 0cdbd2b5ab NO-JIRA fix AsciiDoc syntax for wildcard doc
0cdbd2b5ab is described below

commit 0cdbd2b5abd2b95a45727237512e997b37578cea
Author: Justin Bertram <[email protected]>
AuthorDate: Thu Oct 12 10:56:41 2023 -0500

    NO-JIRA fix AsciiDoc syntax for wildcard doc
---
 docs/user-manual/wildcard-syntax.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/wildcard-syntax.adoc 
b/docs/user-manual/wildcard-syntax.adoc
index 4a4cfeb303..621cf59d25 100644
--- a/docs/user-manual/wildcard-syntax.adoc
+++ b/docs/user-manual/wildcard-syntax.adoc
@@ -9,7 +9,7 @@ The syntax is similar to that used by 
https://www.amqp.org[AMQP].
 An Apache ActiveMQ Artemis wildcard expression contains *words separated by a 
delimiter*.
 The default delimiter is `.` (full stop).
 
-The special characters `#` and `*` also have special meaning and can take the 
place of a *word*.
+The special characters `#` and `*` also have special meaning and can take the 
place of a **word**.
 
 To be clear, the wildcard characters cannot be used like wildcards in a 
https://en.wikipedia.org/wiki/Regular_expression[regular expression].
 They operate exclusively on *words separated by a delimiter*.

Reply via email to