You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2019/12/30 20:51:45 UTC

[camel] branch master updated: correct the typo by e7ce58635ccf16a02443b99d988b13f2ec326bb1

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

bvahdat pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d4ab74  correct the typo by e7ce58635ccf16a02443b99d988b13f2ec326bb1
9d4ab74 is described below

commit 9d4ab7461c96b52ec93de3c7ae5f19ffef55b117
Author: Babak Vahdat <bv...@apache.org>
AuthorDate: Mon Dec 30 21:51:20 2019 +0100

    correct the typo by e7ce58635ccf16a02443b99d988b13f2ec326bb1
---
 docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc b/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
index b9d7b54..97dcce2 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
@@ -400,7 +400,7 @@ The zip and gzip dataformat has been renamed to zipdeflater and gzipdeflater as
 
 === Simple language
 
-The functionality to change the simple language tokens for start/end functions has been removed. The default tokens with `+++${xxx}+++` and `+++${xxx}+++` is now hardcoded (optimized). The functionality to change these tokens was never really in use and would only confuse Camel users if a new syntax are in use.
+The functionality to change the simple language tokens for start/end functions has been removed. The default tokens with `+++${xxx}+++` and `+++$simple{xxx}+++` is now hardcoded (optimized). The functionality to change these tokens was never really in use and would only confuse Camel users if a new syntax are in use.
 
 === Moved APIs