Merge pull request #2636 from ethereum/docs-random

Random documentation fixes
This commit is contained in:
Yoichi Hirai
2017-07-27 11:30:12 +02:00
committed by GitHub
5 changed files with 29 additions and 21 deletions
+1 -2
View File
@@ -280,8 +280,7 @@ Formal Verification
Using formal verification, it is possible to perform an automated mathematical
proof that your source code fulfills a certain formal specification.
The specification is still formal (just as the source code), but usually much
simpler. There is a prototype in Solidity that performs formal verification and
it will be better documented soon.
simpler.
Note that formal verification itself can only help you understand the
difference between what you did (the specification) and how you did it