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 85bbc96 commit c16f1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/erc721/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl Token {
let mut uri = self.metadata.base_uri();
let token_uri = self.uri_storage.token_uri(token_id);

// Concatenate the Base URI and Token URI
// Concatenate the Base URI and Token URI.
uri.push_str(&token_uri);

uri
Expand Down

0 comments on commit c16f1b9

Please sign in to comment.