docs: fix grammar

This commit is contained in:
JC 2020-02-17 05:48:57 -08:00 committed by GitHub
parent 96c2764de6
commit 8338015355
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!