Skip to content

Commit 0f26b55

Browse files
committed
docs: moved this function back into VaultExtension because we needed the bytecode back
1 parent cfefa5c commit 0f26b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer-reference/contracts/vault-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ This `VaultAdmin` function returns the amount of underlying and wrapped tokens d
645645
```solidity
646646
function getAuthorizer() external view returns (IAuthorizer);
647647
```
648-
This `Vault` function returns the Vault's Authorizer. It is in the main Vault for performance reasons.
648+
This `VaultExtension` function returns the Vault's Authorizer.
649649

650650
**Returns:**
651651

0 commit comments

Comments
 (0)