This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new d7d9f5f Regen
d7d9f5f is described below
commit d7d9f5fc183372f5d075e29beccce1156af66507
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Sep 4 08:11:08 2021 +0200
Regen
---
docs/components/modules/languages/pages/simple-language.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/components/modules/languages/pages/simple-language.adoc
b/docs/components/modules/languages/pages/simple-language.adoc
index 8ec77dc..d638117 100644
--- a/docs/components/modules/languages/pages/simple-language.adoc
+++ b/docs/components/modules/languages/pages/simple-language.adoc
@@ -34,7 +34,7 @@ language uses OGNL expressions, such as calling a method
named `myMethod` on the
At runtime the simple language will then us its built-in OGNL support which
requires the `camel-bean` component.
====
-The simple language uses `${body}` placeholders for complex expressions or
functions.
+The simple language uses `$\{body}` placeholders for complex expressions or
functions.
[NOTE]
====