From ea9f4de6850d3d134322c7844c8c24c1400bc0cc Mon Sep 17 00:00:00 2001 From: Stan Goldin <48094744+Lomet@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:57:04 +0200 Subject: [PATCH] Update Nameable.sol --- contracts/Nameable.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/Nameable.sol b/contracts/Nameable.sol index 9e64d10..9d570ea 100644 --- a/contracts/Nameable.sol +++ b/contracts/Nameable.sol @@ -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);