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 355e655 Added languages.adoc to Summary 355e655 is described below commit 355e6553896c9cdf3d67102aabe4cae121297a50 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Nov 13 15:27:45 2018 +0100 Added languages.adoc to Summary --- docs/user-manual/en/SUMMARY.md | 2 +- docs/user-manual/en/languages.adoc | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md index bb7c407..628f559 100644 --- a/docs/user-manual/en/SUMMARY.md +++ b/docs/user-manual/en/SUMMARY.md @@ -102,7 +102,7 @@ * [Injector](injector.adoc) * [Intercept](intercept.adoc) * [Inversion of Control with Smart Defaults](inversion-of-control-with-smart-defaults.adoc) -* Languages +* [Languages](languages.adoc) * [Lifecycle](lifecycle.adoc) * [OnCompletion](oncompletion.adoc) * Pluggable Class Resolvers diff --git a/docs/user-manual/en/languages.adoc b/docs/user-manual/en/languages.adoc index 453e4ae..34a7188 100644 --- a/docs/user-manual/en/languages.adoc +++ b/docs/user-manual/en/languages.adoc @@ -8,9 +8,8 @@ link:expression.adoc[Expression] or link:predicate.adoc[Predicate] within either the link:dsl.adoc[Routing Domain Specific Language] or the link:xml-configuration.adoc[XML Configuration]. -[NOTE] -==== -**Combining Predicates** +==== Note +*Combining Predicates** When creating predicates (expressions that evaluate to `true` or `false`), you can combine several predicates -- regardless of the