Fix a typo in the whitespace render doc comment

This commit is contained in:
Kiyon 2021-04-06 10:08:36 +08:00 committed by Christian Muehlhaeuser
parent 5874013ef4
commit 55b4f2a124

View File

@ -13,7 +13,7 @@ type whitespace struct {
chars string
}
// Render spacespace.
// Render whitespaces.
func (w whitespace) render(width int) string {
if w.chars == "" {
w.chars = " "