about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-05-20 22:18:33 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-20 22:18:33 -0700
commite0659ab38fa6315a0b83a2757582f49976ab38fa (patch)
tree4e2a1194f97dc34f7f961b0787096628235002df /030container.cc
parent9dcbec398c5aedf27757365cc1f4c7c36e138539 (diff)
downloadmu-e0659ab38fa6315a0b83a2757582f49976ab38fa.tar.gz
2991
Never mind, always quote direct quotes from code in error messages.
Dilated reagents are the uncommon case.
Diffstat (limited to '030container.cc')
-rw-r--r--030container.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/030container.cc b/030container.cc
index 6187e815..6bf8bbdc 100644
--- a/030container.cc
+++ b/030container.cc
@@ -30,7 +30,7 @@ def main [
 def main [
   2:point <- copy 1:number
 ]
-+error: main: can't copy 1:number to 2:point; types don't match
++error: main: can't copy '1:number' to '2:point'; types don't match
 
 :(before "End Mu Types Initialization")
 // A more complex container, containing another container as one of its