From 204ed5b1b5512e58be60fe17303357cc7f270fa0 Mon Sep 17 00:00:00 2001 From: Alex Eidt Date: Mon, 10 Jan 2022 16:27:46 -0800 Subject: [PATCH] Fixed Typo --- video.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video.go b/video.go index 63ee53a..32d8f75 100644 --- a/video.go +++ b/video.go @@ -98,7 +98,7 @@ func initVideo(video *Video) { } // Reads the next frame from the video and stores in the framebuffer. -// If thelast frame has been read, returns false, otherwise true. +// If the last frame has been read, returns false, otherwise true. func (video *Video) Read() bool { // If cmd is nil, video reading has not been initialized. if video.cmd == nil {