From a582cd0e9b02fecab31a26ddf2b7b2952501a54b Mon Sep 17 00:00:00 2001 From: phessophissy Date: Fri, 9 Jan 2026 09:03:20 +0100 Subject: [PATCH] docs: fix NatSpec typos in ITestnetFaucet - Fixed 'havs' -> 'has' - Fixed 'calimed' -> 'claimed' (2 occurrences) --- contracts/interfaces/ITestnetFaucet.sol | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contracts/interfaces/ITestnetFaucet.sol b/contracts/interfaces/ITestnetFaucet.sol index 0d93937dd..9f6f93016 100644 --- a/contracts/interfaces/ITestnetFaucet.sol +++ b/contracts/interfaces/ITestnetFaucet.sol @@ -12,13 +12,13 @@ interface ITestnetFaucet { function claim() external; /// @notice Checks if one can claim more stable - /// @return number of seconds user havs to wait till they can claim new stable + /// @return number of seconds user has to wait till they can claim new stable function couldClaimInSeconds() external view returns (uint256); function balanceOf(address asset) external view returns (uint256); - /// @notice Checks if user had calimed stables before - /// @return true if user had calimed before, otherwise false + /// @notice Checks if user had claimed stables before + /// @return true if user had claimed before, otherwise false function hasClaimBefore() external view returns (bool); /// @notice Adds new asset to the faucet,