Browse Source

Fix response for IS NULL (#98671)

The response shown for IS NULL here is actually the response for the IS NOT NULL snippet. This PR fixes that.
Abdon Pijpelink 2 years ago
parent
commit
d04c0f7976
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/esql/esql-syntax.asciidoc

+ 1 - 1
docs/reference/esql/esql-syntax.asciidoc

@@ -126,7 +126,7 @@ include::{esql-specs}/null.csv-spec[tag=is-null]
 ----
 [%header.monospaced.styled,format=dsv,separator=|]
 |===
-include::{esql-specs}/null.csv-spec[tag=is-not-null-result]
+include::{esql-specs}/null.csv-spec[tag=is-null-result]
 |===
 
 [source.merge.styled,esql]