diff options
| -rw-r--r-- | doc/changelog/03-notations/10963-simplify-parser.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog/03-notations/10963-simplify-parser.rst b/doc/changelog/03-notations/10963-simplify-parser.rst index 8b501aac82..327a39bdb6 100644 --- a/doc/changelog/03-notations/10963-simplify-parser.rst +++ b/doc/changelog/03-notations/10963-simplify-parser.rst @@ -1,6 +1,6 @@ - A simplification of parsing rules could cause a slight change of parsing precedences for the very rare users who defined notations - with `constr` at level stritcly between 100 and 200 and use these + with `constr` at level strictly between 100 and 200 and used these notations on the right-hand side of a cast operator (`:`, `:>`, `:>>`) (`#10963 <https://github.com/coq/coq/pull/10963>`_, by Théo Zimmermann, simplification initially noticed by Jim Fehrle). |
