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

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


The following commit(s) were added to refs/heads/master by this push:
     new 12a7456  NIFI-6267: Corrects error in expression language guide.
12a7456 is described below

commit 12a7456f743f524b919e4d6b7baa6c3a20a13dd9
Author: Mark Owens <[email protected]>
AuthorDate: Tue May 7 07:18:58 2019 -0400

    NIFI-6267: Corrects error in expression language guide.
    
    This closes #3464
    
    Corrects small typo's in ReplaceAll entry of Expression Language Guide.
    Removes an extraneous instance of 'Arguments:' and adds a missing 'T' to
    the properly spell the word 'The'.
    
    Signed-off-by: Mike Thomsen <[email protected]>
---
 nifi-docs/src/main/asciidoc/expression-language-guide.adoc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/nifi-docs/src/main/asciidoc/expression-language-guide.adoc 
b/nifi-docs/src/main/asciidoc/expression-language-guide.adoc
index 70b2802..e4cf8ae 100644
--- a/nifi-docs/src/main/asciidoc/expression-language-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/expression-language-guide.adoc
@@ -953,9 +953,7 @@ Expressions will provide the following results:
 
 *Arguments*:
 
-*Arguments*:
-
-       - [.argName]#_Regex_# : [.argDesc]#he Regular Expression (in Java 
syntax) to match in the Subject#
+       - [.argName]#_Regex_# : [.argDesc]#The Regular Expression (in Java 
syntax) to match in the Subject#
        - [.argName]#_Replacement_# : [.argDesc]#The value to use for replacing 
matches in the Subject. If the _regular expression_
                argument uses Capturing Groups, back references are allowed in 
the _replacement_.#
 

Reply via email to