diff options
| author | Théo Zimmermann | 2020-11-19 17:18:42 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2020-11-19 17:18:42 +0100 |
| commit | ff1fe87cc1512e6808b1d06ba2e8e2dbfa50d877 (patch) | |
| tree | 05953e1e752fcb37a9a20188443bdfce74fad832 /doc/sphinx | |
| parent | 3037172c80190b74b2c0f3017420cc871e74c996 (diff) | |
Fix typo in rst link syntax.
Diffstat (limited to 'doc/sphinx')
| -rw-r--r-- | doc/sphinx/changes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/changes.rst b/doc/sphinx/changes.rst index 4d59fc0513..24fa71059c 100644 --- a/doc/sphinx/changes.rst +++ b/doc/sphinx/changes.rst @@ -147,7 +147,7 @@ Specification language, type inference This makes typeclasses with declared modes more robust with respect to the order of resolution. (`#10858 <https://github.com/coq/coq/pull/10858>`_, - fixes `#9058 <https://github.com/coq/coq/issues/9058>_`, by Matthieu Sozeau). + fixes `#9058 <https://github.com/coq/coq/issues/9058>`_, by Matthieu Sozeau). - **Added:** Warn when manual implicit arguments are used in unexpected positions of a term (e.g. in `Check id (forall {x}, x)`) or when an implicit |
