Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Aug 22, 2023
1 parent a551ee8 commit f36a87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/esql/functions/greatest.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ include::{esql-specs}/math.csv-spec[tag=greatest-result]

NOTE: When run on `keyword` or `text` fields, this'll return the last string
in alphabetical order. When run on `boolean` columns this will return
`true` if any values are true.
`true` if any values are `true`.
2 changes: 1 addition & 1 deletion docs/reference/esql/functions/least.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ include::{esql-specs}/math.csv-spec[tag=least-result]

NOTE: When run on `keyword` or `text` fields, this'll return the first string
in alphabetical order. When run on `boolean` columns this will return
`true` if any values are true.
`false` if any values are `false`.

0 comments on commit f36a87c

Please sign in to comment.