From 7ddc349ae6cd828ab01d2fe2025945b578d703d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Ollah?= <57183251+MatusOllah@users.noreply.github.com> Date: Thu, 30 May 2024 17:57:32 +0200 Subject: [PATCH] text/v2: fix typo (#3004) --- text/v2/gotext.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/v2/gotext.go b/text/v2/gotext.go index 65b036180..7b42576dd 100644 --- a/text/v2/gotext.go +++ b/text/v2/gotext.go @@ -51,7 +51,7 @@ type GoTextFace struct { // Size is the font size in pixels. Size float64 - // Language is a hiint for a language (BCP 47). + // Language is a hint for a language (BCP 47). Language language.Tag // Script is a hint for a script code hint of (ISO 15924).