From 139e64170c132ed493df0c924bfbbece7cd74ce2 Mon Sep 17 00:00:00 2001 From: Schmork Date: Thu, 7 Sep 2023 15:17:18 +0200 Subject: [PATCH] Update 03-votes-and-ranking.md: Clarified wording (#269) Problem: There was only an implicit hint that "New Comments" also sorts posts with zero comments to the top. Solution: Make that behaviour description explicit. --- src/users/03-votes-and-ranking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/users/03-votes-and-ranking.md b/src/users/03-votes-and-ranking.md index 2e4f0b4..99769c5 100644 --- a/src/users/03-votes-and-ranking.md +++ b/src/users/03-votes-and-ranking.md @@ -9,7 +9,7 @@ When browsing the frontpage or a community, you can choose between the following - **New**: Shows most recent posts first - **Old**: Shows oldest posts first - **Most Comments**: Shows posts with highest number of comments first -- **New Comments**: Bumps posts to the top when they receive a new reply analogous to the sorting of traditional forums +- **New Comments**: Bumps posts to the top when they are created or receive a new reply, analogous to the sorting of traditional forums - **Top Day**: Highest scoring posts during the last 24 hours - **Top Week**: Highest scoring posts during the last 7 days - **Top Month**: Highest scoring posts during the last 30 days