Skip to content

Commit f0ec3dd

Browse files
authored
Update smtchecker.rst
1 parent 09578e7 commit f0ec3dd

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)