diff --git a/text/text.go b/text/text.go
index de7d317796e5da220418c7dd4fb07b2825b42eb2..02e7c6104b005b02d9928963b51cd8fdacead02e 100644
--- a/text/text.go
+++ b/text/text.go
@@ -91,7 +91,8 @@ type Text struct {
 }
 
 // New creates a new Text capable of drawing runes contained in the provided rune sets, plus
-// unicode.ReplacementChar using the provided font.Face.
+// unicode.ReplacementChar using the provided font.Face. New automatically generates an Atlas for
+// the Text.
 //
 // Do not destroy or close the font.Face after creating a Text. Although Text caches most of the
 // stuff (pre-drawn glyphs, etc.), it still uses the face for a few things.