We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1087ee7 commit a0805f7Copy full SHA for a0805f7
contracts/burner/src/msg.rs
@@ -18,7 +18,7 @@ pub struct InstantiateMsg {}
18
#[cw_serde]
19
pub enum ExecuteMsg {
20
/// Cleans up the given number of state elements.
21
- /// Call this multiple times to increamentally clean up state.
+ /// Call this multiple times to incrementally clean up state.
22
Cleanup {
23
/// The number of state elements to delete.
24
///
0 commit comments