You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2015/01/07 21:00:30 UTC

[8/8] incubator-nifi git commit: NIFI-218: Fixed typo that caused markup not to render properly for any and all matching attributes functions

NIFI-218: Fixed typo that caused markup not to render properly for any and all matching attributes functions


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/bcc27104
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/bcc27104
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/bcc27104

Branch: refs/heads/develop
Commit: bcc271046e8169b3c4cb82a766bb02758df6a465
Parents: b29333b
Author: Mark Payne <ma...@hotmail.com>
Authored: Wed Jan 7 14:38:56 2015 -0500
Committer: Mark Payne <ma...@hotmail.com>
Committed: Wed Jan 7 14:38:56 2015 -0500

----------------------------------------------------------------------
 nifi-docs/src/main/asciidoc/expression-language-guide.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/bcc27104/nifi-docs/src/main/asciidoc/expression-language-guide.adoc
----------------------------------------------------------------------
diff --git a/nifi-docs/src/main/asciidoc/expression-language-guide.adoc b/nifi-docs/src/main/asciidoc/expression-language-guide.adoc
index 0d1a6c0..9038809 100644
--- a/nifi-docs/src/main/asciidoc/expression-language-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/expression-language-guide.adoc
@@ -1547,7 +1547,7 @@ provides several functions for evaluating the same conditions against groups of
 [.function]
 === anyMatchingAttribute
 
-*Description*: [.description]# Checks to see if any of the given attributes, match the given condition. This function has no subject and takes one or more
+*Description*: [.description]#Checks to see if any of the given attributes, match the given condition. This function has no subject and takes one or more
 	arguments that are Regular Expressions to match against attribute names. Any attribute whose name matches one of the supplied
 	Regular Expressions will be evaluated against the rest of the Expression. If any of the attributes specified,
 	when evaluated against the rest of the Expression, returns a value of `true`, then this function will return `true`. Otherwise, this function
@@ -1579,7 +1579,7 @@ provides several functions for evaluating the same conditions against groups of
 [.function]
 === allMatchingAttributes
 
-*Description*: [.description]# Checks to see if any of the given attributes, match the given condition. This function has no subject and takes one or more
+*Description*: [.description]#Checks to see if any of the given attributes, match the given condition. This function has no subject and takes one or more
 	arguments that are Regular Expressions to match against attribute names. Any attribute whose name matches one of the supplied
 	Regular Expressions will be evaluated against the rest of the Expression. If all of the attributes specified,
 	when evaluated against the rest of the Expression, return a value of `true`, then this function will return `true`. Otherwise, this function