From f0303c27af7c0d63f12b036a8929af7870f1a51d Mon Sep 17 00:00:00 2001 From: faiface Date: Thu, 13 Apr 2017 17:44:28 +0200 Subject: [PATCH] immediate-like-mode -> immediate-mode-like --- imdraw/imdraw.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imdraw/imdraw.go b/imdraw/imdraw.go index 3fd2748..efa0c1a 100644 --- a/imdraw/imdraw.go +++ b/imdraw/imdraw.go @@ -1,5 +1,5 @@ // Package imdraw implements a basic primitive geometry shape and pictured polygon drawing for Pixel -// with a nice immediate-like-mode API. +// with a nice immediate-mode-like API. package imdraw import ( @@ -9,7 +9,7 @@ import ( "github.com/faiface/pixel" ) -// IMDraw is an immediate-like-mode shape drawer and BasicTarget. IMDraw supports TrianglesPosition, +// IMDraw is an immediate-mode-like shape drawer and BasicTarget. IMDraw supports TrianglesPosition, // TrianglesColor, TrianglesPicture and PictureColor. // // IMDraw, other than a regular BasicTarget, is used to draw shapes. To draw shapes, you first need