Skip to content

Commit 2f6b4a5

Browse files
authored
content: Clarify ByCount sort order
1 parent 8594590 commit 2f6b4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎content/en/methods/taxonomy/ByCount.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ params:
99
signatures: [TAXONOMY.ByCount]
1010
---
1111

12-
The `ByCount` method on a `Taxonomy` object returns an [ordered taxonomy](g), sorted by the number of pages associated with each [term](g).
12+
The `ByCount` method on a `Taxonomy` object returns an [ordered taxonomy](g), sorted by the number of pages associated with each [term](g), then sorted alphabetically by term in the event of a tie.
1313

1414
While a `Taxonomy` object is a [map](g), an ordered taxonomy is a [slice](g), where each element is an object that contains the term and a slice of its [weighted pages](g).
1515

0 commit comments

Comments
 (0)