Fix typo in changelog

This commit is contained in:
Oleg Grenrus 2017-11-08 12:49:47 +02:00
parent 7e9910b27e
commit 25d0aa219f

View File

@ -59,7 +59,7 @@
- Lower `:>` and `:<|>` infix precedence to 4 and 3 respectively
([#761](https://github.com/haskell-servant/servant/issues/761))
This should affect you, except if you define your own infix operators
This shouldn't affect you, except if you define your own infix operators
for Servant type-level DSL.
### Other changes