Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply review suggestion: fix doc tests
  • Loading branch information
ascjones committed Jan 19, 2021
commit de5f0c6c3532b51e2211dd1ba1b0758176ad1cd9
2 changes: 1 addition & 1 deletion crates/env/src/call/create_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ where
/// # impl FromAccountId<DefaultEnvironment> for MyContract {
/// # fn from_account_id(account_id: AccountId) -> Self { Self }
/// # }
/// let my_contract: MyContract = build_create::<DefaultEnvironment, Salt, MyContract>()
/// let my_contract: MyContract = build_create::<DefaultEnvironment, MyContract>()
/// .code_hash(Hash::from([0x42; 32]))
/// .gas_limit(4000)
/// .endowment(25)
Expand Down