Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
Close #3
  • Loading branch information
horsefacts authored Jun 30, 2023
1 parent 873d87d commit 4486f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ import {Test} from "forge-std/Test.sol";
import {InvariantTest} from "forge-std/InvariantTest.sol";
import {WETH9} from "../src/WETH9.sol";
contract WETH9Invariants is Test, {
contract WETH9Invariants is Test {
WETH9 public weth;
function setUp() public {
Expand Down Expand Up @@ -1772,4 +1772,4 @@ Success! Next time Crypto Twitter starts spreading FUD about "unbacked WETH," se
- [invariant-examples repo](https://github.com/lucas-manuel/invariant-examples)
- [Invariant Testing in the Foundry Book](https://book.getfoundry.sh/forge/invariant-testing)

_Thanks to [msolomon44](https://twitter.com/msolomon44), [zachobront](https://twitter.com/zachobront), [gakonst](https://twitter.com/gakonst), and [lucasmanuel_eth](https://twitter.com/lucasmanuel_eth) for reviewing earlier drafts of this guide._
_Thanks to [msolomon44](https://twitter.com/msolomon44), [zachobront](https://twitter.com/zachobront), [gakonst](https://twitter.com/gakonst), and [lucasmanuel_eth](https://twitter.com/lucasmanuel_eth) for reviewing earlier drafts of this guide._

0 comments on commit 4486f4b

Please sign in to comment.