Skip to content

Commit a0805f7

Browse files
authored
fix typo
1 parent 1087ee7 commit a0805f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/burner/src/msg.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub struct InstantiateMsg {}
1818
#[cw_serde]
1919
pub enum ExecuteMsg {
2020
/// Cleans up the given number of state elements.
21-
/// Call this multiple times to increamentally clean up state.
21+
/// Call this multiple times to incrementally clean up state.
2222
Cleanup {
2323
/// The number of state elements to delete.
2424
///

0 commit comments

Comments
 (0)