Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Oct 31, 2024
1 parent f4c6ea8 commit 5e13f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soroban-sdk/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ impl Env {
/// # }
/// # fn main() {
/// let env = Env::default();
/// let contract_id = env.register(Contract, ContractArgs::_constructor(&123,));
/// let contract_id = env.register(Contract, ContractArgs::__constructor(&123,));
/// }
/// ```
/// Register a contract wasm, by specifying the wasm bytes:
Expand Down

0 comments on commit 5e13f9f

Please sign in to comment.