Skip to content

Commit

Permalink
Update Nameable.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomet authored Feb 12, 2024
1 parent a58a4ec commit ea9f4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Nameable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ abstract contract Nameable {
function name() external virtual pure returns(string memory);

/**
* @dev Returns the `Strapi` version of the contract.
* @dev Returns the version of the contract.
* @return A string representin the version of the contract.
*/
function version() external virtual pure returns(string memory);
Expand Down

0 comments on commit ea9f4de

Please sign in to comment.