Renamed behaviour to behavior. (#1151)
This commit is contained in:
committed by
Francisco Giordano
parent
448a7b3048
commit
ba85aef95e
@ -16,7 +16,7 @@ contract('ReentrancyGuard', function () {
|
||||
await expectThrow(reentrancyMock.countAndCall(attacker.address));
|
||||
});
|
||||
|
||||
// The following are more side-effects than intended behaviour:
|
||||
// The following are more side-effects than intended behavior:
|
||||
// I put them here as documentation, and to monitor any changes
|
||||
// in the side-effects.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user