immediate-like-mode -> immediate-mode-like

This commit is contained in:
faiface 2017-04-13 17:44:28 +02:00
parent 7939b1fdb7
commit f0303c27af
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// Package imdraw implements a basic primitive geometry shape and pictured polygon drawing for Pixel // 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 package imdraw
import ( import (
@ -9,7 +9,7 @@ import (
"github.com/faiface/pixel" "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. // TrianglesColor, TrianglesPicture and PictureColor.
// //
// IMDraw, other than a regular BasicTarget, is used to draw shapes. To draw shapes, you first need // IMDraw, other than a regular BasicTarget, is used to draw shapes. To draw shapes, you first need