Skip to content

Commit

Permalink
fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kayagokalp committed May 29, 2024
1 parent 7d3613e commit 64d991f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forc-plugins/forc-client/src/util/pkg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pub(crate) fn built_pkgs(path: &Path, build_opts: &BuildOpts) -> Result<Vec<Arc<

/// Build a proxy contract owned by the deployer.
/// First creates the contract project at the current dir. The source code for the proxy contract is updated
/// with 'owner_adr'.
/// with 'owner_addr'.
pub fn build_proxy_contract(
owner_addr: &str,
impl_contract_id: &str,
Expand Down

0 comments on commit 64d991f

Please sign in to comment.