Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Apr 19, 2024
1 parent 9299a4f commit 50616a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/dom/component/stateful_component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub struct StatefulModel<MSG> {

impl<MSG> fmt::Debug for StatefulModel<MSG> {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
write!(f, "StatefuleMode")
write!(f, "StatefulModel")
}
}

Expand Down

0 comments on commit 50616a6

Please sign in to comment.