From 25d0aa219f02fd9d2da142daef451aeeab39e61c Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Wed, 8 Nov 2017 12:49:47 +0200 Subject: [PATCH] Fix typo in changelog --- servant/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servant/CHANGELOG.md b/servant/CHANGELOG.md index aa96717c..d800da4d 100644 --- a/servant/CHANGELOG.md +++ b/servant/CHANGELOG.md @@ -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