lhein commented on code in PR #14480:
URL: https://github.com/apache/camel/pull/14480#discussion_r1635476026


##########
components/camel-sql/src/main/docs/sql-component.adoc:
##########
@@ -357,7 +357,7 @@ from("direct:query")
     .to("mock:query");
 ----
 
-If the dynamic list of values is stored in the message body, you can use 
`(:#in:$+{body}+)` to

Review Comment:
   If I understand the AsciiDoc 
(https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/#escaping-substitutions)
 docs correctly, it should be:
   
   ```
   `(:#in:$++{body}++)`
   ```
   
   No?



-- 
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: commits-unsubscr...@camel.apache.org

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

Reply via email to