Browse Source

Review feedback

Abdon Pijpelink 2 years ago
parent
commit
43a8346ed0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/esql/processing-commands/sort.asciidoc

+ 2 - 2
docs/reference/esql/processing-commands/sort.asciidoc

@@ -15,8 +15,8 @@ The default sort order is ascending. Set an explicit sort order using `ASC` or
 include::{esql-specs}/docs.csv-spec[tag=sortDesc]
 ----
 
-If two rows have the same sort key, the original order will be preserved. You
-can provide additional sort expressions to act as tie breakers:
+Two rows with the same sort key are considered equal. You can provide additional
+sort expressions to act as tie breakers:
 
 [source,esql]
 ----