font/opentype: fix typo

Signed-off-by: Sebastien Binet <s@sbinet.org>
This commit is contained in:
Sebastien Binet
2020-12-13 16:01:31 +00:00
committed by Elias Naur
parent 745bb949bb
commit 8e7066ecd7
+1 -1
View File
@@ -19,7 +19,7 @@ import (
"golang.org/x/image/math/fixed"
)
// Font implements text.Face. It's methods are safe to use
// Font implements text.Face. Its methods are safe to use
// concurrently.
type Font struct {
font *sfnt.Font