From 35bfdb013abfa378810a629872e2671a555b5d37 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Thu, 17 Jan 2019 10:10:24 +0200 Subject: [PATCH] FIx typos, thank Borges AI --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43452013..a5602b12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### `reitit-core` * `reitit.core/Expand` can be extended, fixes [#201](https://github.com/metosin/reitit/issues/201). -* new snappy Java-backed `SegmentTrie` routing algorithm and data structure (for `reitit.core/segment-router`, making wildcard routing ~2x faster on the JVM +* new snappy Java-backed `SegmentTrie` routing algorithm and data structure backing `reitit.core/segment-router`, making wildcard routing 2x faster on the JVM * `reitit.core/linear-router` uses the segment router behind the scenes, 2-4x faster on the JVM too. ### `reitit-ring`