fix typo: that -> than

This commit is contained in:
Leo Arias
2017-12-07 19:59:54 -06:00
committed by elopio
parent 9aa61ad273
commit 58ecbd6104

View File

@ -17,7 +17,7 @@ contract('ReentrancyGuard', function (accounts) {
await expectThrow(reentrancyMock.countAndCall(attacker.address)); 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 // I put them here as documentation, and to monitor any changes
// in the side-effects. // in the side-effects.