We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfefa5c commit 0f26b55Copy full SHA for 0f26b55
docs/developer-reference/contracts/vault-api.md
@@ -645,7 +645,7 @@ This `VaultAdmin` function returns the amount of underlying and wrapped tokens d
645
```solidity
646
function getAuthorizer() external view returns (IAuthorizer);
647
```
648
-This `Vault` function returns the Vault's Authorizer. It is in the main Vault for performance reasons.
+This `VaultExtension` function returns the Vault's Authorizer.
649
650
**Returns:**
651
0 commit comments