Skip to content

Commit 69233c3

Browse files
author
Leonardo
authored
Merge pull request #11623 from simontianx/develop
Update smtchecker.rst
2 parents 085ca40 + f0ec3dd commit 69233c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/smtchecker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ difference between what you did (the specification) and how you did it
1515
is what you wanted and that you did not miss any unintended effects of it.
1616

1717
Solidity implements a formal verification approach based on
18-
`SMT <https://en.wikipedia.org/wiki/Satisfiability_modulo_theories>`_ and
18+
`SMT (Satisfiability Modulo Theories) <https://en.wikipedia.org/wiki/Satisfiability_modulo_theories>`_ and
1919
`Horn <https://en.wikipedia.org/wiki/Horn-satisfiability>`_ solving.
2020
The SMTChecker module automatically tries to prove that the code satisfies the
2121
specification given by ``require`` and ``assert`` statements. That is, it considers

0 commit comments

Comments
 (0)