Skip to content

Commit 1b7cef7

Browse files
author
Docs Syncer
committed
CI: 7822238
1 parent 8491568 commit 1b7cef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/contracts/contracts-registry/ADependant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ Parameters:
6060
### setInjector (0x8cb941cc)
6161

6262
```solidity
63-
function setInjector(address injector_) external
63+
function setInjector(address injector_) public virtual
6464
```
6565

66-
The function is made external to allow for the factories to set the injector to the ContractsRegistry
66+
The function is made public to allow for the factories to set the injector to the ContractsRegistry
6767

6868

6969
Parameters:

0 commit comments

Comments
 (0)