Fix doc comment on TypeSetter.Runes
This commit is contained in:
parent
2ae07af710
commit
90b2e49664
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user