Skip to content

Commit

Permalink
docs: fixed typo in migration docs (ethers-io#4125).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo authored and Woodpile37 committed Jan 14, 2024
1 parent 12a29eb commit f63685f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.wrm/migrating.wrm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ _code: simple comparison on large numbers @lang<script>
isEqual = value1.eq(value2)

// Using BigInt in v6
isEqaul = (value1 == value2)
isEqual = (value1 == value2)


_subsection: Contracts @<migrate-contracts>
Expand Down

0 comments on commit f63685f

Please sign in to comment.