From e2a60ffa5625e99c814996af61898e5ea94324c7 Mon Sep 17 00:00:00 2001 From: MathisGD <74971347+MathisGD@users.noreply.github.com> Date: Fri, 23 Feb 2024 10:33:34 +0100 Subject: [PATCH] docs: minor improvement Co-authored-by: Quentin Garchery Signed-off-by: MathisGD <74971347+MathisGD@users.noreply.github.com> --- src/MorphoBundler.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MorphoBundler.sol b/src/MorphoBundler.sol index 013d012e..c223e7ee 100644 --- a/src/MorphoBundler.sol +++ b/src/MorphoBundler.sol @@ -243,7 +243,7 @@ abstract contract MorphoBundler is BaseBundler, IMorphoBundler { /// @param publicAllocator The address of the public allocator. /// @param vault The address of the vault. /// @param value The value in ETH to pay for the reallocate fee. - /// @param withdrawals The list of markets and amount to withdraw. + /// @param withdrawals The list of markets and corresponding amounts to withdraw. /// @param supplyMarketParams The market receiving the funds. function reallocateTo( address publicAllocator,