docs: Fixed ContractFactory.connect return type (#2224, #2257)

This commit is contained in:
Richard Moore 2021-11-30 10:24:06 -05:00
parent 0844de4eb4
commit c7e9715758

@ -23,7 +23,7 @@ Consumes the output of the Solidity compiler, extracting the ABI
and bytecode from it, allowing for the various formats the solc
compiler has emitted over its life.
_property: contractFactory.connect(signer) => [[Contract]] @<ContractFactory-connect>
_property: contractFactory.connect(signer) => [[ContractFactory]] @<ContractFactory-connect>
Returns a **new instance** of the ContractFactory with the same //interface//
and //bytecode//, but with a different //signer//.