Skip to content

Commit

Permalink
Merge pull request #92 from jfmengels/patch-1
Browse files Browse the repository at this point in the history
Fix typo in documentation for Cmd
  • Loading branch information
ivanceras authored Apr 8, 2024
2 parents 9ea3493 + 654d7c4 commit 299815b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/dom/cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<MSG>{
/// commands
pub(crate) commands: Vec<Command<MSG>>,
Expand Down

0 comments on commit 299815b

Please sign in to comment.