From 4a56ac53de8d521bbf013f462a5c3ff52b505f4a Mon Sep 17 00:00:00 2001 From: Jan Niklas Hasse Date: Mon, 2 Mar 2015 00:01:36 +0100 Subject: Fix doc --- src/window.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/window.rs b/src/window.rs index f82fa4f..6b2269f 100644 --- a/src/window.rs +++ b/src/window.rs @@ -168,6 +168,7 @@ impl<'a> WindowBuilder<'a> { /// /// loop { /// for event in window.poll_events() { +/// match(event) { /// // process events here /// _ => () /// } -- cgit v1.2.3