From c9f1f59c40d0702de2cbb42839963f232cd8fe6f Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 16 Dec 2019 20:06:33 +0100 Subject: [PATCH] font/opentype: fix typo Signed-off-by: Elias Naur --- font/opentype/opentype.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/font/opentype/opentype.go b/font/opentype/opentype.go index f3110444..b1ba669d 100644 --- a/font/opentype/opentype.go +++ b/font/opentype/opentype.go @@ -17,7 +17,7 @@ import ( "golang.org/x/image/math/fixed" ) -// Font implementats text.Face. +// Font implements text.Face. type Font struct { font *sfnt.Font buf sfnt.Buffer