From 10b1d935edcb43bb2651cf3486e62764491e1003 Mon Sep 17 00:00:00 2001 From: Corey Rice Date: Wed, 28 Jun 2023 09:29:42 -0300 Subject: [PATCH] docs: correct spelling --- contracts/Lens/InterestRateModelLens.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/Lens/InterestRateModelLens.sol b/contracts/Lens/InterestRateModelLens.sol index af5d21f9a..cf9893ed9 100644 --- a/contracts/Lens/InterestRateModelLens.sol +++ b/contracts/Lens/InterestRateModelLens.sol @@ -22,7 +22,7 @@ contract InterestRateModelLens { * @param referenceAmountInWei Borrow amount to use in simulation * @param interestRateModel Address for interest rate model to simulate * @param reserveFactorMantissa Reserve Factor to use in simulation - * @return SimulationResponse struct with array of borrowSimulations and an array of supplySimulations + * @return SimulationResponse struct with array of borrow simulations and an array of supply simulations */ function getSimulationResponse( uint referenceAmountInWei,