From dd6d38b8f3c6c5145b112dd531135ca06b5fe3ae Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Tue, 9 May 2017 16:32:29 +0200
Subject: [PATCH] minor change in Atlas doc

---
 text/atlas.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/text/atlas.go b/text/atlas.go
index 8f19dcf..2670ecc 100644
--- a/text/atlas.go
+++ b/text/atlas.go
@@ -96,7 +96,7 @@ func (a *Atlas) Glyph(r rune) Glyph {
 	return a.mapping[r]
 }
 
-// Kern returns the kerning distance between runes r0 and r1. Positive distance means, that the
+// Kern returns the kerning distance between runes r0 and r1. Positive distance means that the
 // glyphs should be further apart.
 func (a *Atlas) Kern(r0, r1 rune) float64 {
 	return i2f(a.face.Kern(r0, r1))
-- 
GitLab