diff --git a/crates/core/src/dom/cmd.rs b/crates/core/src/dom/cmd.rs index eebb34b0..54f00e63 100644 --- a/crates/core/src/dom/cmd.rs +++ b/crates/core/src/dom/cmd.rs @@ -7,7 +7,7 @@ use crate::dom::Effects; #[cfg(feature = "with-dom")] use wasm_bindgen::closure::Closure; -/// Cnd is a way to tell the Runtime that something needs to be executed +/// Cmd is a way to tell the Runtime that something needs to be executed pub struct Cmd{ /// commands pub(crate) commands: Vec>,