Skip to content

Commit d3f61ab

Browse files
committed
update docs
1 parent fa344da commit d3f61ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/IContractFactory.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Deploys a proxy that points to that points to the given implementation.
2424

2525
| Name | Type | Description |
2626
|---|---|---|
27-
| implementation | address | Address of the implementation to point to.
28-
| data | bytes | Additional data to pass to the proxy constructor or any other data useful during deployement.
29-
| salt | bytes32 | Salt to use for the deterministic address generation.
27+
| implementation | address | Address of the implementation to point to. |
28+
| data | bytes | Additional data to pass to the proxy constructor or any other data useful during deployement. |
29+
| salt | bytes32 | Salt to use for the deterministic address generation. |
3030

3131
#### Returns
3232

3333
| Name | Type | Description |
3434
|---|---|---|
35-
| _0 | address | undefined
35+
| _0 | address | undefined |
3636

3737

3838

0 commit comments

Comments
 (0)