about summary refs log tree commit diff stats
path: root/014literal_string.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-03-13 22:03:52 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-03-13 23:09:40 -0700
commitf1e09b1472dabfb3cdf8fae40a31d1f6cc800fc7 (patch)
treef3dfd6c8dfab799af4ad523c5632115020bca147 /014literal_string.cc
parent16272f8d9753e1fa5bb66c7b525dd9a7f7d84cda (diff)
downloadmu-f1e09b1472dabfb3cdf8fae40a31d1f6cc800fc7.tar.gz
2775 - test rewrite-stash transform
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