Repository: nifi Updated Branches: refs/heads/master 9dafe2db6 -> fbaf1c36d
NIFI-1138: - Fixing typo in expression language documentation. Signed-off-by: joewitt <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/fbaf1c36 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/fbaf1c36 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/fbaf1c36 Branch: refs/heads/master Commit: fbaf1c36de0ae8502daf408dea02e900bf642dce Parents: 9dafe2d Author: Matt Gilman <[email protected]> Authored: Tue Dec 1 16:00:59 2015 -0500 Committer: joewitt <[email protected]> Committed: Tue Dec 1 16:06:48 2015 -0500 ---------------------------------------------------------------------- nifi-docs/src/main/asciidoc/expression-language-guide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/fbaf1c36/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 03554fe..4efe940 100644 --- a/nifi-docs/src/main/asciidoc/expression-language-guide.adoc +++ b/nifi-docs/src/main/asciidoc/expression-language-guide.adoc @@ -1331,7 +1331,7 @@ chaining together the two functions: `${date:toDate('MM-dd-yyyy'):format('yyyy/M *Description*: [.description]#The `now` function returns the current date and time as the number of milliseconds since Midnight GMT on January 1, 1970.# -*Subject Type*: [.subject]#No Subject# +*Subject Type*: [.subjectless]#No Subject# *Arguments*: No arguments
