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

davsclaus pushed a commit to branch camel-2.21.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.21.x by this push:
     new 1747ce3  Fixed simple language doc TIP section
1747ce3 is described below

commit 1747ce3bda5cc86b0a96ce1373148c8860bcdb16
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Apr 16 12:00:28 2018 +0200

    Fixed simple language doc TIP section
---
 camel-core/src/main/docs/simple-language.adoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/camel-core/src/main/docs/simple-language.adoc 
b/camel-core/src/main/docs/simple-language.adoc
index dca358a..9b6c9a5 100644
--- a/camel-core/src/main/docs/simple-language.adoc
+++ b/camel-core/src/main/docs/simple-language.adoc
@@ -29,8 +29,7 @@ where the expression contains constant literals. The $\{ } 
placeholders
 can be omitted if the expression is only the token itself.
 
 TIP: *Alternative syntax* From Camel 2.5 onwards you can also use the 
alternative syntax which
-uses $simple\{ } as placeholders. +
- This can be used in situations to avoid clashes when using for example
+uses `$simple{ }` as placeholders. This can be used in situations to avoid 
clashes when using for example
 Spring property placeholder together with Camel.
 
 
@@ -977,4 +976,4 @@ You can set a spring bean into an exchange property as 
shown below:
 
 === Dependencies
 
-The <<simple-language,Simple>> language is part of *camel-core*.
\ No newline at end of file
+The <<simple-language,Simple>> language is part of *camel-core*.

-- 
To stop receiving notification emails like this one, please contact
davscl...@apache.org.

Reply via email to