Skip to content

Commit

Permalink
Change Complete to Break in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchmindtree committed Jun 20, 2017
1 parent 04ccad1 commit 99acace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fn main() {
winit::Event::WindowEvent { event: winit::WindowEvent::Closed, .. } => {
winit::ControlFlow::Complete
},
_ => winit::ControlFlow::Continue,
_ => winit::ControlFlow::Break,
}
});
}
Expand Down

0 comments on commit 99acace

Please sign in to comment.