Skip to content

Commit

Permalink
WASM => Wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Nov 4, 2024
1 parent d62ae40 commit 738db4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soroban-sdk/src/_migrating.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! 1. [`Env::register`] and [`Env::register_at`] replace [`Env::register_contract`] and [`Env::register_contract_wasm`].
//!
//! [`register`] registers both native contracts previously registered with
//! [`register_contract`] and WASM contracts previously registered with
//! [`register_contract`] and Wasm contracts previously registered with
//! [`register_contract_wasm`]. It accepts a tuple that is passed to the
//! contracts constructor. Pass `()` if the contract has no constructor.
//!
Expand Down

0 comments on commit 738db4c

Please sign in to comment.