Skip to content

Commit

Permalink
Fix doc for constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
alisinabh committed Apr 17, 2023
1 parent 3089691 commit 25776f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ethers/contract.ex
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ defmodule Ethers.Contract do

quote location: :keep do
@doc """
Prepares contract constructor values. To deploy contracts use `Ethers.deploy/1`.
Prepares contract constructor values. To deploy contracts use `Ethers.deploy/3`.
## Parameters
#{unquote(document_types(selector.types, selector.input_names))}
Expand Down

0 comments on commit 25776f0

Please sign in to comment.