From c72b7faba4ef3affe1c4a05bccb54d28d4b55f7b Mon Sep 17 00:00:00 2001 From: arnaudblancher Date: Thu, 2 Jun 2016 11:53:17 +0200 Subject: [PATCH] typo Fixes #5432 --- docs/static/configuration.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/configuration.asciidoc b/docs/static/configuration.asciidoc index b74750d4b..d78347857 100644 --- a/docs/static/configuration.asciidoc +++ b/docs/static/configuration.asciidoc @@ -450,7 +450,7 @@ doesn't exist versus a field that's simply false. The expression `if [foo]` retu * `[foo]` doesn't exist in the event, * `[foo]` exists in the event, but is false, or -* `[foo]` exists in the event, but is nil +* `[foo]` exists in the event, but is null For more complex examples, see <>.