diff options
| author | coqbot-app[bot] | 2020-12-07 11:16:30 +0000 |
|---|---|---|
| committer | GitHub | 2020-12-07 11:16:30 +0000 |
| commit | bfd3dac173db73b3eae07df27ec5d307c635afa0 (patch) | |
| tree | 668eb0dd6e64c0eb9add9eac867dffbacf728370 /doc | |
| parent | d8ba0f81c026d073c5271b7eda8ae22ce11105fe (diff) | |
| parent | a996fb740fa26d899e83a62324f12f62b17c0bc9 (diff) | |
Merge PR #13556: Fix spelling in warning entry
Reviewed-by: Zimmi48
Ack-by: jfehrle
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/07-commands-and-options/13556-master.rst | 4 | ||||
| -rw-r--r-- | doc/sphinx/user-extensions/syntax-extensions.rst | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/changelog/07-commands-and-options/13556-master.rst b/doc/changelog/07-commands-and-options/13556-master.rst new file mode 100644 index 0000000000..05a60026a3 --- /dev/null +++ b/doc/changelog/07-commands-and-options/13556-master.rst @@ -0,0 +1,4 @@ +- **Changed:** + The warning `custom-entry-overriden` has been renamed to `custom-entry-overridden` (with two d's). + (`#13556 <https://github.com/coq/coq/pull/13556>`_, + by Simon Friis Vindum). diff --git a/doc/sphinx/user-extensions/syntax-extensions.rst b/doc/sphinx/user-extensions/syntax-extensions.rst index 4dbf3b150b..73f90b0056 100644 --- a/doc/sphinx/user-extensions/syntax-extensions.rst +++ b/doc/sphinx/user-extensions/syntax-extensions.rst @@ -309,7 +309,7 @@ at the time of use of the notation. a notation should only be used for printing. If a notation to be used both for parsing and printing is - overriden, both the parsing and printing are invalided, even if the + overridden, both the parsing and printing are invalided, even if the overriding rule is only parsing. If a given notation string occurs only in ``only printing`` rules, |
