aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/proof-engine
diff options
context:
space:
mode:
authorClément Pit-Claudel2019-03-07 09:28:30 -0500
committerClément Pit-Claudel2019-03-07 09:28:30 -0500
commit29b85080afef1c83ee772de3e69c487627ae6ce5 (patch)
tree1a9517a8c885a81587eae6eb9acbfaba417e0089 /doc/sphinx/proof-engine
parentc9fd99644e223ada3aad53915f1cd0d2598882b3 (diff)
parent52b29f236ee2535257df1439740e5c86ed17e69d (diff)
Merge PR #9133: Move README-V1-V5 to credits chapter
Reviewed-by: cpitclaudel
Diffstat (limited to 'doc/sphinx/proof-engine')
-rw-r--r--doc/sphinx/proof-engine/proof-handling.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/proof-engine/proof-handling.rst b/doc/sphinx/proof-engine/proof-handling.rst
index 2300a317f1..27360f02d3 100644
--- a/doc/sphinx/proof-engine/proof-handling.rst
+++ b/doc/sphinx/proof-engine/proof-handling.rst
@@ -30,7 +30,7 @@ When a proof is completed, the message ``Proof completed`` is displayed.
One can then register this proof as a defined constant in the
environment. Because there exists a correspondence between proofs and
terms of λ-calculus, known as the *Curry-Howard isomorphism*
-:cite:`How80,Bar81,Gir89,Hue88`, |Coq| stores proofs as terms of |Cic|. Those
+:cite:`How80,Bar81,Gir89,H89`, |Coq| stores proofs as terms of |Cic|. Those
terms are called *proof terms*.