Skip to content

Commit

Permalink
add parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming committed Sep 18, 2023
1 parent bf3df1b commit db20994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/erc721.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ mod MyNFT {
ERC721::ERC721Impl::balance_of(@unsafe_state, account)
}
...
(...)
}
// Implement the IERC721Metadata interface
Expand All @@ -132,7 +132,7 @@ mod MyNFT {
ERC721::ERC721Impl::name(@unsafe_state)
}
...
(...)
}
}
----
Expand Down

0 comments on commit db20994

Please sign in to comment.