From 3f7bededfc3cfb73cc498ab95c81424d768d3299 Mon Sep 17 00:00:00 2001 From: Jeffrey Faer Date: Thu, 5 Mar 2026 12:27:47 -0700 Subject: [PATCH] chore: Fix README link Also fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 504d42f..8794385 100644 --- a/README.md +++ b/README.md @@ -539,7 +539,7 @@ sorting. The result from each regular expression will be concatenated into a list of results, and that list of results will be sorted [lexicographically]. Regular expressions are applied **after** pre-sorting options. -[`group_prefixes`](#custom-grouping) will consider to the content of the file +[`group_prefixes`](#prefix-grouping) will consider the content of the file before any regular expression has been applied to it. Regular expressions are applied **before** other sorting options.