Skip to content

Commit

Permalink
docs: Fixed ContractFactory.connect return type (#2224, #2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Nov 30, 2021
1 parent 0844de4 commit c7e9715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.wrm/api/contract/contract-factory.wrm
Expand Up @@ -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//.
Expand Down

0 comments on commit c7e9715

Please sign in to comment.