diff --git a/contracts/interfaces/ITokenTableUnlockerV2.sol b/contracts/interfaces/ITokenTableUnlockerV2.sol index fce5a32..be41dfc 100644 --- a/contracts/interfaces/ITokenTableUnlockerV2.sol +++ b/contracts/interfaces/ITokenTableUnlockerV2.sol @@ -258,7 +258,7 @@ abstract contract ITokenTableUnlockerV2 is IOwnable, IVersionable { ) external view virtual returns (bytes memory); /** - * @notice Returns the Actuals struct based on the input ID. + * @notice Returns the Actual struct based on the input ID. */ function actuals( uint256 actualId