Fixes #5432
This commit is contained in:
arnaudblancher 2016-06-02 11:53:17 +02:00 committed by Jordan Sissel
parent 2f1b7b4d5e
commit c72b7faba4

View file

@ -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 <<using-conditionals, Using Conditionals>>.