summaryrefslogtreecommitdiff
path: root/lib/sort.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sort.pm')
-rw-r--r--lib/sort.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sort.pm b/lib/sort.pm
index c2df7a2a7a..f76a30bfc5 100644
--- a/lib/sort.pm
+++ b/lib/sort.pm
@@ -77,7 +77,7 @@ We do not foresee going back to offering multiple implementations of general
purpose sorting - hence there is no future need to offer a pragma to choose
between them.
-f you know that you care that much about performance of your sorting, and
+If you know that you care that much about performance of your sorting, and
that for your use case and your data, it was worth investigating
alternatives, possible to identify an alternative from our default that was
better, and the cost of switching was worth it, then you know more than we