Merge pull request #366 from dijonkitchen/patch-1

docs: fix grammar
This commit is contained in:
Tommi Reiman 2020-02-17 16:11:51 +02:00 committed by GitHub
commit 8b9aa2c4fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,7 @@ The reitit routing perf is measured to get an internal baseline to optimize agai
### Looking out of the box ### 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! ### Faster!