Skip to content

Commit 3126fdc

Browse files
authored
Merge branch 'master' into test-extcodehash
2 parents d362947 + c4e810d commit 3126fdc

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/FUNDING.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: [xpepermint, MoMannn, fulldecent] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

src/contracts/tokens/nf-token-metadata.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ contract NFTokenMetadata is
107107
* @notice This is an internal function which should be called from user-implemented external
108108
* function. Its purpose is to show and properly initialize data structures when using this
109109
* implementation.
110-
* @param _tokenId Id for which we want uri.
110+
* @param _tokenId Id for which we want URI.
111111
* @param _uri String representing RFC 3986 URI.
112112
*/
113113
function _setTokenUri(

0 commit comments

Comments
 (0)