Skip to content

Commit 6f2c354

Browse files
committed
chore: remove redundant word in comment
Signed-off-by: racequite <quiterace@gmail.com>
1 parent e4c4f1c commit 6f2c354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ethereum-contracts/contracts/apps/SuperTokenV1Library.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import {
4747
* `expectRevert` expects a revert in the next call.
4848
* If a revert is triggered by library code itself (vs by a call), `expectRevert` will thus not _see_ that.
4949
* Possible mitigations:
50-
* - avoid higher-level library methods which can themselves trigger reverts in tests where this is is an issue
50+
* - avoid higher-level library methods which can themselves trigger reverts in tests where this is an issue
5151
* - wrap the method invocation into an external helper method which you then invoke with `this.helperMethod()`,
5252
* which makes it an external call
5353
* Also be aware of other limitations, see

0 commit comments

Comments
 (0)