Skip to content

Commit

Permalink
typos OrgNFT.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
vipocenka authored Dec 19, 2024
1 parent daebf3f commit b5a1b67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/story-nft/OrgNFT.sol
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ contract OrgNFT is IOrgNFT, ERC721URIStorageUpgradeable, AccessManagedUpgradeabl
_safeTransfer(address(this), recipient, rootOrgTokenId);
}

/// @notice Mints a organization token, register it as an IP,
/// @notice Mints an organization token, register it as an IP,
/// and makes the IP as a derivative of the root organization IP.
/// @dev This function is only callable by the OrgStoryNFTFactory contract.
/// @param recipient The address of the recipient of the minted organization token.
Expand Down Expand Up @@ -168,7 +168,7 @@ contract OrgNFT is IOrgNFT, ERC721URIStorageUpgradeable, AccessManagedUpgradeabl
_setTokenURI(tokenId, tokenURI_);
}

/// @notice Mints a organization token and register it as an IP.
/// @notice Mints an organization token and register it as an IP.
/// @param recipient The address of the recipient of the minted organization token.
/// @param orgIpMetadata OPTIONAL. The desired metadata for the newly minted OrgNFT and registered IP.
/// @return orgTokenId The ID of the minted organization token.
Expand Down

0 comments on commit b5a1b67

Please sign in to comment.