Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuanx committed Dec 28, 2023
1 parent e4226e5 commit 76280cb
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 @@ -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
Expand Down

0 comments on commit 76280cb

Please sign in to comment.