text: fix typo

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-10-06 13:02:54 +02:00
parent 225c73f012
commit afeaa247c8
+1 -1
View File
@@ -44,7 +44,7 @@ type Editor struct {
// Hint contains the text displayed to the user when the
// Editor is empty.
Hint string
// Mmaterial is used to draw the hint.
// Material is used to draw the hint.
HintMaterial op.MacroOp
oldScale int