Merge pull request #303 from jhasse/patch-1

Fix doc
This commit is contained in:
tomaka 2015-03-02 08:41:56 +01:00
commit 41e3328ca7

View file

@ -168,6 +168,7 @@ impl<'a> WindowBuilder<'a> {
/// ///
/// loop { /// loop {
/// for event in window.poll_events() { /// for event in window.poll_events() {
/// match(event) {
/// // process events here /// // process events here
/// _ => () /// _ => ()
/// } /// }