diff options
| author | Théo Zimmermann | 2019-03-29 16:45:21 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2019-03-29 16:45:21 +0100 |
| commit | 23d6e0619fc7a1d466bebb831a988431828da88f (patch) | |
| tree | 835e68ea11d98b744313cb7fcc031d696ee2776f /doc | |
| parent | b2e214ba95587176b904307039f354bec00ed8c1 (diff) | |
| parent | 8f86085a1761153ab97f896a67fa9ffa9f139b78 (diff) | |
Merge PR #9866: typo in ring.rst
Reviewed-by: Zimmi48
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/sphinx/addendum/ring.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/addendum/ring.rst b/doc/sphinx/addendum/ring.rst index 20e4c6a3d6..3b350d5dc0 100644 --- a/doc/sphinx/addendum/ring.rst +++ b/doc/sphinx/addendum/ring.rst @@ -323,7 +323,7 @@ The syntax for adding a new ring is decidable :n:`@term` declares the ring as computational. The expression :n:`@term` is the correctness proof of an equality test ``?=!`` - (which hould be evaluable). Its type should be of the form + (which should be evaluable). Its type should be of the form ``forall x y, x ?=! y = true → x == y``. morphism :n:`@term` |
