From 2aa6071e330a65f6c18cfee7819c328fd653871b Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 2 Dec 2019 12:38:48 +0100 Subject: [PATCH] io/system: fix typo Signed-off-by: Elias Naur --- io/system/system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/system/system.go b/io/system/system.go index c2d8f168..5b970919 100644 --- a/io/system/system.go +++ b/io/system/system.go @@ -28,7 +28,7 @@ type FrameEvent struct { sync bool } -// Config define the essential properties of +// Config defines the essential properties of // the environment. type Config interface { // Now returns the current animation time.