about summary refs log tree commit diff stats
path: root/014literal_string.cc
diff options
context:
space:
mode:
Diffstat (limited to '014literal_string.cc')
-rw-r--r--014literal_string.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/014literal_string.cc b/014literal_string.cc
index 7986d0f3..f0fe8d7f 100644
--- a/014literal_string.cc
+++ b/014literal_string.cc
@@ -1,4 +1,5 @@
-//: For convenience, some instructions will take literal arrays of characters (strings).
+//: For convenience, some instructions will take literal arrays of characters
+//: (text or strings).
 //:
 //: Instead of quotes, we'll use [] to delimit strings. That'll reduce the
 //: need for escaping since we can support nested brackets. And we can also