Merge pull request #603 from elopio/patch-1

fix typo: that -> than
This commit is contained in:
Santiago Palladino
2018-01-02 13:14:04 -03:00
committed by GitHub

View File

@ -17,7 +17,7 @@ contract('ReentrancyGuard', function (accounts) {
await expectThrow(reentrancyMock.countAndCall(attacker.address));
});
// The following are more side-effects that intended behaviour:
// The following are more side-effects than intended behaviour:
// I put them here as documentation, and to monitor any changes
// in the side-effects.