You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/13 14:40:14 UTC

[camel] branch master updated: Correct "not equals" symbol

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

acosentino 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 d1a8d5c  Correct "not equals" symbol
     new 7687556  Merge pull request #3406 from kodePhile/patch-1
d1a8d5c is described below

commit d1a8d5cd2d0885ec53021ade0c356e6904f64e09
Author: Kayode Adekanye <ka...@gmail.com>
AuthorDate: Fri Dec 13 15:03:28 2019 +0100

    Correct "not equals" symbol
    
    Differentiate between "not equals" and "not equals ignore case" symbol.
---
 core/camel-base/src/main/docs/simple-language.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-base/src/main/docs/simple-language.adoc b/core/camel-base/src/main/docs/simple-language.adoc
index ff1452a..793ec83 100644
--- a/core/camel-base/src/main/docs/simple-language.adoc
+++ b/core/camel-base/src/main/docs/simple-language.adoc
@@ -395,7 +395,7 @@ The following operators are supported:
 
 |<= |less than or equals
 
-|!=~ |not equals
+|!= |not equals
 
 |!=~ |not equals ignore case (will ignore case when comparing String values)