diff options
| author | Sam Pablo Kuper | 2018-10-21 19:00:53 +0100 |
|---|---|---|
| committer | Sam Pablo Kuper | 2018-10-23 03:57:15 +0100 |
| commit | 42ee49454a134896af4496fb9a4c9e3ae9a3f4df (patch) | |
| tree | 0363c45c9fe232a27f900eee43ecc6a837e2ea5c | |
| parent | 2d714ebc0ea9588b4346249a574d9eda63dd389d (diff) | |
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 |
