Skip to content

Commit 0341a07

Browse files
authored
Merge pull request #579 from acceptacross/main
chore: fix some typos
2 parents 73b95b6 + 0f868fe commit 0341a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/submessages.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ type SubMsg struct {
7272
//
7373
// On chains running CosmWasm 1.x this field will be ignored.
7474
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).
7676
//
7777
// Setting this to `None` means unlimited. Then the submessage execution can consume all gas of
7878
// the current execution context.

0 commit comments

Comments
 (0)