Document BlockStack and make linter happ[y/ier].

This commit is contained in:
Christian Muehlhaeuser
2019-12-25 05:26:18 +01:00
parent a1da1963cb
commit 9157a40ab2
9 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"github.com/muesli/reflow/wordwrap"
)
// ParagraphElements are used to render individual paragraphs.
// A ParagraphElement is used to render individual paragraphs.
type ParagraphElement struct {
First bool
}