From 3e080a18133e88883abd5e004257f3846881179a Mon Sep 17 00:00:00 2001 From: Dayitva Goel Date: Sat, 22 Nov 2025 21:03:12 +0530 Subject: [PATCH] Fixed doc error in IAqua.sol --- src/interfaces/IAqua.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/IAqua.sol b/src/interfaces/IAqua.sol index 63ab4b3..d19d162 100644 --- a/src/interfaces/IAqua.sol +++ b/src/interfaces/IAqua.sol @@ -10,7 +10,7 @@ pragma solidity ^0.8.0; interface IAqua { /// @notice Emitted when a new strategy is shipped (deployed) and initialized with balances /// @param maker The address of the maker shipping the strategy - /// @param app The strategy address being revoked + /// @param app The strategy address being shipped /// @param strategyHash The hash of the strategy being shipped /// @param strategy The strategy being shipped (abi enocoded) event Shipped(address maker, address app, bytes32 strategyHash, bytes strategy);