We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c4f1c commit 6f2c354Copy full SHA for 6f2c354
packages/ethereum-contracts/contracts/apps/SuperTokenV1Library.sol
@@ -47,7 +47,7 @@ import {
47
* `expectRevert` expects a revert in the next call.
48
* If a revert is triggered by library code itself (vs by a call), `expectRevert` will thus not _see_ that.
49
* Possible mitigations:
50
- * - avoid higher-level library methods which can themselves trigger reverts in tests where this is is an issue
+ * - avoid higher-level library methods which can themselves trigger reverts in tests where this is an issue
51
* - wrap the method invocation into an external helper method which you then invoke with `this.helperMethod()`,
52
* which makes it an external call
53
* Also be aware of other limitations, see
0 commit comments