diff --git a/text/text.go b/text/text.go
index b928010f44caef6941479385c74e2a7864db6ab2..e01356e72b0611ae034cd29fff9d5394a121fa70 100644
--- a/text/text.go
+++ b/text/text.go
@@ -53,6 +53,8 @@ func RangeTable(table *unicode.RangeTable) []rune {
 // text to it is really simple:
 //   fmt.Print(txt, "Hello, world!")
 //
+// Newlines, tabs and carriage returns are supported.
+//
 // Finally, if we want the written text to show up on some other Target, we can draw it:
 //   txt.Draw(target)
 //