diff --git a/font/opentype/opentype.go b/font/opentype/opentype.go index 3fa27365..17732d2a 100644 --- a/font/opentype/opentype.go +++ b/font/opentype/opentype.go @@ -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