Skip to content

Commit

Permalink
Docs: fixed typo (#1026).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Sep 6, 2020
1 parent fe280c8 commit 97acaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.wrm/api/contract/contract-factory.wrm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _section: ContractFactory @<ContractFactory> @SRC<contracts:class.ContractFactor

_subsection: Creating Instances @<ContractFactory--creating>

_property: new ethers.ContractFactory(interface, bydecode [ , signer ]) @SRC<contracts:constructor.ContractFactory>
_property: new ethers.ContractFactory(interface, bytecode [ , signer ]) @SRC<contracts:constructor.ContractFactory>

_property: ContractFactory.fromSolidity(compilerOutput [ , signer ]) => [[ContractFactory]]

Expand Down

0 comments on commit 97acaa1

Please sign in to comment.