aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-05 04:00:15 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-05 04:00:15 -0400
commitd3c4f613ac9bc711858bc1c74c8232a7d86666dc (patch)
treeefb7b34ae36fc04587ebd2e8cc7580260e2b3185 /docs
parent41e4ddb9736e84bda457a75f51307ca0bc4bc9ab (diff)
Update to reflect code growth
Diffstat (limited to 'docs')
-rw-r--r--docs/text.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/text.md b/docs/text.md
index 3849f840..1d26040b 100644
--- a/docs/text.md
+++ b/docs/text.md
@@ -255,9 +255,9 @@ finding the value because the two texts are equivalent under normalization.
# Patterns
As an alternative to full regular expressions, Tomo provides a limited string
-matching pattern syntax that is intended to solve 80% of use cases in 1% of the
+matching pattern syntax that is intended to solve 80% of use cases in 2% of the
code size (PCRE's codebase is roughly 150k lines of code, and Tomo's entire
-Text codebase is around 1.5K lines of code).
+Text codebase is around 1.8K lines of code).
For more advanced use cases, consider linking against a C library for regular
expressions or pattern matching.