about summary refs log tree commit diff stats
path: root/059to_text.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-09-01 01:50:10 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-09-01 01:50:10 -0700
commit7d07cd1de8d731c82b6acc2817bb219227d36fc2 (patch)
treec5a7bdbf3aa1201a5463cf2dc48a62650368962b /059to_text.mu
parent53930831c4185c5ccb56864c881acf6d67dd1bd1 (diff)
downloadmu-7d07cd1de8d731c82b6acc2817bb219227d36fc2.tar.gz
3987
Diffstat (limited to '059to_text.mu')
-rw-r--r--059to_text.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/059to_text.mu b/059to_text.mu
index 66cced73..520fab33 100644
--- a/059to_text.mu
+++ b/059to_text.mu
@@ -1,8 +1,8 @@
-# A couple of variants of `to-text` that we'll use implicitly in stashes (see
+# A couple of variants of 'to-text' that we'll use implicitly in stashes (see
 # later layers).
 #
 # Mu code might specialize them to be smarter, but I don't anticipate any need
-# beyond specializing `to-text` itself.
+# beyond specializing 'to-text' itself.
 
 # 'shorter' variant of to-text, when you want to enable some sort of trimming
 # define it to be identical to 'to-text' by default