Skip to content

Commit

Permalink
docs: fixed typo in migration docs (#4125).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jul 15, 2023
1 parent 1dd5427 commit fe631c6
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 fe631c6

Please sign in to comment.