Skip to content

Commit c7e9715

Browse files
committed
docs: Fixed ContractFactory.connect return type (ethers-io#2224, ethers-io#2257)
1 parent 0844de4 commit c7e9715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs.wrm/api/contract/contract-factory.wrm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Consumes the output of the Solidity compiler, extracting the ABI
2323
and bytecode from it, allowing for the various formats the solc
2424
compiler has emitted over its life.
2525

26-
_property: contractFactory.connect(signer) => [[Contract]] @<ContractFactory-connect>
26+
_property: contractFactory.connect(signer) => [[ContractFactory]] @<ContractFactory-connect>
2727

2828
Returns a **new instance** of the ContractFactory with the same //interface//
2929
and //bytecode//, but with a different //signer//.

0 commit comments

Comments
 (0)