File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ typedef struct ByteSliceView {
163
163
* ```
164
164
*
165
165
*
166
- * If you want to mutate data, you need to comsume the vector and create a new one:
166
+ * If you want to mutate data, you need to consume the vector and create a new one:
167
167
*
168
168
* ```rust
169
169
* # use wasmvm::{UnmanagedVector};
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ typedef struct ByteSliceView {
163
163
* ```
164
164
*
165
165
*
166
- * If you want to mutate data, you need to comsume the vector and create a new one:
166
+ * If you want to mutate data, you need to consume the vector and create a new one:
167
167
*
168
168
* ```rust
169
169
* # use wasmvm::{UnmanagedVector};
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ impl U8SliceView {
180
180
/// ```
181
181
///
182
182
///
183
- /// If you want to mutate data, you need to comsume the vector and create a new one:
183
+ /// If you want to mutate data, you need to consume the vector and create a new one:
184
184
///
185
185
/// ```rust
186
186
/// # use wasmvm::{UnmanagedVector};
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package types
4
4
5
5
// Env defines the state of the blockchain environment this contract is
6
6
// running in. This must contain only trusted data - nothing from the Tx itself
7
- // that has not been verfied (like Signer).
7
+ // that has not been verified (like Signer).
8
8
//
9
9
// Env are json encoded to a byte slice before passing to the wasm contract.
10
10
type Env struct {
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ type SubMsg struct {
72
72
//
73
73
// On chains running CosmWasm 1.x this field will be ignored.
74
74
Payload []byte `json:"payload,omitempty"`
75
- // Gas limit measured in [Cosmos SDK gas](https://github.com/CosmWasm/cosmwasm/blob/main/docs/GAS.md).
75
+ // GasLimit measured in [Cosmos SDK gas](https://github.com/CosmWasm/cosmwasm/blob/main/docs/GAS.md).
76
76
//
77
77
// Setting this to `None` means unlimited. Then the submessage execution can consume all gas of
78
78
// the current execution context.
You can’t perform that action at this time.
0 commit comments