You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/03/01 14:15:31 UTC

[camel] branch master updated: Corrected "less than or equals" operator due to AsciiDoc automatic text replacements (#5146)

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

davsclaus 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 8a95f94  Corrected "less than or equals" operator due to AsciiDoc automatic text replacements (#5146)
8a95f94 is described below

commit 8a95f94516e5e260fffb3a2d881f97c0d487a050
Author: cbasener <35...@users.noreply.github.com>
AuthorDate: Mon Mar 1 15:15:10 2021 +0100

    Corrected "less than or equals" operator due to AsciiDoc automatic text replacements (#5146)
---
 .../src/main/docs/modules/languages/pages/simple-language.adoc          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc b/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc
index 6e98a0b..9039d64 100644
--- a/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc
+++ b/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc
@@ -410,7 +410,7 @@ The following operators are supported:
 
 |< |less than
 
-|<= |less than or equals
+|+<=+ |less than or equals
 
 |!= |not equals