Fix doc comment on TypeSetter.Runes

This commit is contained in:
Sasha Koshka 2024-09-19 10:43:50 -04:00
parent 2ae07af710
commit 90b2e49664

View File

@ -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) {