Merge pull request #603 from elopio/patch-1

fix typo: that -> than
pull/632/merge
Santiago Palladino 7 years ago committed by GitHub
commit 52b2a619c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/ReentrancyGuard.test.js

@ -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.

Loading…
Cancel
Save