Skip to content

Commit 20b13dc

Browse files
committed
doc: fix doc tests
1 parent d970dcd commit 20b13dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/elm/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ macro_rules! __init_assign {
7171
/// WindowEvent::Resize => MainMessage::Redraw,
7272
/// },
7373
/// self.canvas => {
74-
/// CanvasEvent::Redraw => MainMessage::Redraw,
74+
/// CanvasEvent::MouseMove(_) => MainMessage::Redraw,
7575
/// },
7676
/// };
7777
/// }

0 commit comments

Comments
 (0)