From b619b270ef4ede01b54071ffa049f6375386eb80 Mon Sep 17 00:00:00 2001 From: Abdon Pijpelink Date: Thu, 25 Jan 2024 15:39:35 +0100 Subject: [PATCH] One more --- docs/reference/esql/functions/mv_first.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/esql/functions/mv_first.asciidoc b/docs/reference/esql/functions/mv_first.asciidoc index 6b9644321652..13d21b15f958 100644 --- a/docs/reference/esql/functions/mv_first.asciidoc +++ b/docs/reference/esql/functions/mv_first.asciidoc @@ -16,7 +16,7 @@ Multivalue expression. Converts a multivalued expression into a single valued column containing the first value. This is most useful when reading from a function that emits -multivalued columns in a known order like <>: +multivalued columns in a known order like <>. The order that <> are read from underlying storage is not guaranteed. It is *frequently* ascending, but don't