Skip to content

Commit

Permalink
docs: improve docs
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander González <[email protected]>
  • Loading branch information
bidzyyys and alexfertel authored May 15, 2024
1 parent c16f1b9 commit b4582ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/erc721/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ sol_storage! {
#[external]
#[inherit(ERC721, ERC721Metadata, ERC721UriStorage)]
impl Token {
// We need to properly initialize all Token's attributes.
// For that we need to call each attributes' constructor if exists.
// We need to properly initialize all of Token's attributes.
// For that, we need to call each attribute's constructor if it exists.
//
// NOTE: This is a temporary solution for state initialization.
pub fn constructor(
Expand Down

0 comments on commit b4582ac

Please sign in to comment.