diff options
| author | Théo Zimmermann | 2018-10-23 16:48:04 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-10-23 16:48:04 +0200 |
| commit | fc1f3ef3e963ca0446b225d71f3f1414f0d4405b (patch) | |
| tree | 14afeab519995a8fc511e0b63d78814aaf1e0d94 | |
| parent | 10e908144df0c06f3ee182482470d7ac39a6cbc5 (diff) | |
| parent | 42ee49454a134896af4496fb9a4c9e3ae9a3f4df (diff) | |
Merge PR #8799: Fix formatting. Use standard if..then grammar.
| -rw-r--r-- | doc/sphinx/proof-engine/proof-handling.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/sphinx/proof-engine/proof-handling.rst b/doc/sphinx/proof-engine/proof-handling.rst index c802f44ac1..741f9fe5b0 100644 --- a/doc/sphinx/proof-engine/proof-handling.rst +++ b/doc/sphinx/proof-engine/proof-handling.rst @@ -144,8 +144,9 @@ list of assertion commands is given in :ref:`Assertions`. The command the proof is a subset of the declared one. The set of declared variables is closed under type dependency. For - example if ``T`` is variable and a is a variable of type ``T``, the commands - ``Proof using a`` and ``Proof using T a`` are actually equivalent. + example, if ``T`` is a variable and ``a`` is a variable of type + ``T``, then the commands ``Proof using a`` and ``Proof using T a`` + are equivalent. .. cmdv:: Proof using {+ @ident } with @tactic |
