Skip to content

Commit

Permalink
Merge pull request #300 from VenusProtocol/docs/add-natspec-for-lens
Browse files Browse the repository at this point in the history
docs: correct spelling
  • Loading branch information
coreyar authored Jun 28, 2023
2 parents 1d095f1 + 10b1d93 commit ee4581c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Lens/InterestRateModelLens.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ee4581c

Please sign in to comment.