From cc17409943d03b92f38087b11584c592303454ca Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 12 Jun 2020 08:37:08 -0600 Subject: [PATCH] Fix words Co-authored-by: J. Ryan Stinnett --- docs/room-list-store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/room-list-store.md b/docs/room-list-store.md index 82c83d3593..53f0527209 100644 --- a/docs/room-list-store.md +++ b/docs/room-list-store.md @@ -24,7 +24,7 @@ algorithm to call, instead of having all the logic in the room list store itself Tag sorting is effectively the comparator supplied to the list algorithm. This gives the list algorithm -the power to decide when and how to apply the tag sorting, if at all. For example, The importance algorithm, +the power to decide when and how to apply the tag sorting, if at all. For example, the importance algorithm, later described in this document, heavily uses the list ordering behaviour to break the tag into categories. Each category then gets sorted by the appropriate tag sorting algorithm.