Commit 58ecbd61 by Leo Arias Committed by elopio

fix typo: that -> than

parent 9aa61ad2
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment