From 654d7c4019512e8dcbfb644d1429b66ad9c77505 Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Mon, 8 Apr 2024 15:29:43 +0200 Subject: [PATCH] Fix typo in documentation for Cmd --- crates/core/src/dom/cmd.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>,