aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/changelog/03-notations/11120-master+refactoring-application-printing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/changelog/03-notations/11120-master+refactoring-application-printing.rst b/doc/changelog/03-notations/11120-master+refactoring-application-printing.rst
index 7a1d8b508e..d95f554766 100644
--- a/doc/changelog/03-notations/11120-master+refactoring-application-printing.rst
+++ b/doc/changelog/03-notations/11120-master+refactoring-application-printing.rst
@@ -1,5 +1,5 @@
-- **Fixed:** Inheritance of implicit arguments across notations made
- uniform in parsing and printing. With the exception of notations of
+- **Fixed:** Parsing and printing consistently handle inheritance of implicit
+ arguments in notations. With the exception of notations of
the form :n:`Notation @string := @@qualid` and :n:`Notation @ident := @@qualid` which
inhibit implicit arguments, all notations binding a partially
applied constant, as e.g. in :n:`Notation @string := (@qualid {+ @arg })`,