From 7cdb1cfc8dc6d3a30e9998106308aef35d66bbb5 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 29 May 2019 12:13:46 +0100 Subject: [PATCH] as -> and. --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 9547d321..3faf716f 100644 --- a/CHANGES +++ b/CHANGES @@ -5,7 +5,7 @@ CHANGES FROM 2.9 to 3.0 take other commands as string arguments to be expressed more clearly and without additional escaping. - A literal { and } must now be escaped or quoted, for example '{' as '}'. + A literal { and } must now be escaped or quoted, for example '{' and '}'. * New <, >, <= and >= comparison operators for formats.