benoitkugler / textlayout

Fonts and text layout for Golang
MIT License
47 stars 7 forks source link

doc: fix reference to in-memory buffer type #4

Closed whereswaldon closed 3 years ago

whereswaldon commented 3 years ago

*bytes.Buffer does not implement io.ReaderAt, but *bytes.Reader does.

benoitkugler commented 3 years ago

Good catch, thanks !