Skip to content

Commit

Permalink
nit: doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Jul 22, 2024
1 parent 57dde4b commit 428fc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IDispatcher.sol
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ interface IDispatcher {
* @param response - post response
* @return commitment - the request commitment
*/
function dispatchWithNative(DispatchPostResponse memory request) external payable returns (bytes32 commitment);
function dispatchWithNative(DispatchPostResponse memory response) external payable returns (bytes32 commitment);
}

0 comments on commit 428fc6d

Please sign in to comment.