Skip to content

Commit

Permalink
StandardHookMetadata.sol small doc fix (#3043)
Browse files Browse the repository at this point in the history
### Description
small fix to docs
  • Loading branch information
NicholasDotSol authored Dec 11, 2023
1 parent 79c96d7 commit dae8b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solidity/contracts/hooks/libs/StandardHookMetadata.sol
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ library StandardHookMetadata {
}

/**
* @notice Returns the specified refund address for the message.
* @notice Returns any custom metadata.
* @param _metadata ABI encoded standard hook metadata.
* @return Refund address for the message as address.
* @return Custom metadata.
*/
function getCustomMetadata(
bytes calldata _metadata
Expand Down

0 comments on commit dae8b26

Please sign in to comment.