From 90b2e4966457cbc6fa1e4f8e97a4f065f225bf66 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Thu, 19 Sep 2024 10:43:50 -0400 Subject: [PATCH] Fix doc comment on TypeSetter.Runes --- typesetter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typesetter.go b/typesetter.go index e48ddb4..f4df0e7 100644 --- a/typesetter.go +++ b/typesetter.go @@ -89,7 +89,7 @@ type TypeSetter struct { layoutBoundsSpace fixed.Rectangle26_6 } -// Runes returns an iterator for all runes in the TypeSetter, and thier positions. +// Runes returns an iterator for all runes in the TypeSetter, and their positions. func (this *TypeSetter) Runes () RuneIter { this.needFlow() return func (yield func (fixed.Point26_6, rune) bool) {