Skip to content

Commit

Permalink
Fix incorrect method name in info message (#2210)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenex authored Jun 25, 2022
1 parent afbe73b commit 7d08672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion druid/src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ impl<T: Data> Window<T> {
info!("{}: {:?}", i, n);
}
info!(
"if this was intended use EventCtx::submit_notification_unknown_target instead"
"if this was intended use EventCtx::submit_notification_without_warning instead"
);
}
Handled::from(ctx.is_handled)
Expand Down

0 comments on commit 7d08672

Please sign in to comment.