Skip to content

Commit

Permalink
fix: update Natspec typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Manuel authored and deluca-mike committed Dec 11, 2021
1 parent b339bcd commit 0f58447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/IMapleProxied.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface IMapleProxied is IProxied {

/**
* @dev The instance was upgraded.
* @param toVersion_ The new version ot the loan.
* @param toVersion_ The new version of the loan.
* @param arguments_ The upgrade arguments, if any.
*/
event Upgraded(uint256 toVersion_, bytes arguments_);
Expand Down

0 comments on commit 0f58447

Please sign in to comment.