From 5f37ca48b1d558f3b8d7e26899082a944ae7b972 Mon Sep 17 00:00:00 2001 From: faiface Date: Sat, 15 Apr 2017 17:15:12 +0200 Subject: [PATCH] fix typo in xor example code --- xor/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xor/main.go b/xor/main.go index 6cefb07..77edce0 100644 --- a/xor/main.go +++ b/xor/main.go @@ -28,7 +28,7 @@ func run() { start := time.Now() for !win.Closed() { - // in case window got resized, we also need to resize out canvas + // in case window got resized, we also need to resize our canvas canvas.SetBounds(win.Bounds()) offset := math.Sin(time.Since(start).Seconds()) * 300