Commit c23c63f9 by Nicolás Venturo

Fix typo in guide.

parent a2c5659f
...@@ -115,7 +115,8 @@ contract DoggoTime is ERC721Full { ...@@ -115,7 +115,8 @@ contract DoggoTime is ERC721Full {
_setTokenURI(doggoTokenId, tokenURI); _setTokenURI(doggoTokenId, tokenURI);
return true; return true;
} }
}``` }
```
Now anyone who wants to sell their time in exchange for DOGGO tokens can call: Now anyone who wants to sell their time in exchange for DOGGO tokens can call:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment