From 8338015355a2513c056271e473551dd6fa73b3bf Mon Sep 17 00:00:00 2001 From: JC <11434205+dijonkitchen@users.noreply.github.com> Date: Mon, 17 Feb 2020 05:48:57 -0800 Subject: [PATCH] docs: fix grammar --- doc/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/performance.md b/doc/performance.md index 99d3d22f..38098f80 100644 --- a/doc/performance.md +++ b/doc/performance.md @@ -110,7 +110,7 @@ The reitit routing perf is measured to get an internal baseline to optimize agai ### Looking out of the box -A quick poke to [the fast routers in Go](https://github.com/julienschmidt/go-http-routing-benchmark) indicates that reitit is less 50% slower than the fastest routers in Go. Which is kinda awesome. +A quick poke to [the fast routers in Go](https://github.com/julienschmidt/go-http-routing-benchmark) indicates that reitit is less than 50% slower than the fastest routers in Go. Which is kinda awesome. ### Faster!