Skip to content

Commit

Permalink
Update BaseWrapper.sol
Browse files Browse the repository at this point in the history
Fix NatSpec typo.
  • Loading branch information
Pet3ris authored and pandadefi committed Nov 2, 2021
1 parent a113064 commit 3a4d9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/BaseWrapper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ abstract contract BaseWrapper is BaseRouter {

/**
* @notice
* Used to get the most revent vault for the token using the registry.
* Used to get the most recent vault for the token using the registry.
* @return An instance of a VaultAPI
*/
function bestVault() public view virtual returns (VaultAPI) {
Expand Down

0 comments on commit 3a4d9ca

Please sign in to comment.