Cleanup to make the docs more consistent.

This commit is contained in:
chriseth
2017-05-03 12:03:02 +02:00
parent 2b4b86aa7f
commit 7e838fd4a8
4 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -1034,7 +1034,7 @@ more advanced example to implement a set).
// The library functions can be called without a
// specific instance of the library, since the
// "instance" will be the current contract.
assert(Set.insert(knownValues, value));
require(Set.insert(knownValues, value));
}
// In this contract, we can also directly access knownValues.flags, if we want.
}