Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuanx committed Jan 26, 2024
1 parent cf84204 commit 3aede9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/ITokenTableUnlockerV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ abstract contract ITokenTableUnlockerV2 is IOwnable, IVersionable {
function hook() external view virtual returns (ITTHook);

/**
* @return The status of a given address as the claiming delegate who can trigger claims on behalf of schedule recipients.
* @return Returns the array of claiming delegates who can trigger claims on behalf of schedule recipients.
*/
function claimingDelegates()
external
Expand Down

0 comments on commit 3aede9e

Please sign in to comment.