about summary refs log tree commit diff stats
path: root/html/059to_text.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-09-03 17:35:22 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-09-03 17:35:22 -0700
commit87c5b32925549f05d950ad07c935417ef7eeebb9 (patch)
tree335a8de92c17e68ca2af416331a6f4170855c64b /html/059to_text.mu.html
parent03d673bb2509f5809633c9560d20c1143b0af1d1 (diff)
downloadmu-87c5b32925549f05d950ad07c935417ef7eeebb9.tar.gz
3990
Diffstat (limited to 'html/059to_text.mu.html')
-rw-r--r--html/059to_text.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/059to_text.mu.html b/html/059to_text.mu.html
index 3f4f0307..9f51fded 100644
--- a/html/059to_text.mu.html
+++ b/html/059to_text.mu.html
@@ -57,11 +57,11 @@ if ('onhashchange' in window) {
 </head>
 <body onload='JumpToLine();'>
 <pre id='vimCodeElement'>
-<span id="L1" class="LineNr"> 1 </span><span class="Comment"># A couple of variants of `to-text` that we'll use implicitly in stashes (see</span>
+<span id="L1" class="LineNr"> 1 </span><span class="Comment"># A couple of variants of 'to-text' that we'll use implicitly in stashes (see</span>
 <span id="L2" class="LineNr"> 2 </span><span class="Comment"># later layers).</span>
 <span id="L3" class="LineNr"> 3 </span><span class="Comment">#</span>
 <span id="L4" class="LineNr"> 4 </span><span class="Comment"># Mu code might specialize them to be smarter, but I don't anticipate any need</span>
-<span id="L5" class="LineNr"> 5 </span><span class="Comment"># beyond specializing `to-text` itself.</span>
+<span id="L5" class="LineNr"> 5 </span><span class="Comment"># beyond specializing 'to-text' itself.</span>
 <span id="L6" class="LineNr"> 6 </span>
 <span id="L7" class="LineNr"> 7 </span><span class="Comment"># 'shorter' variant of to-text, when you want to enable some sort of trimming</span>
 <span id="L8" class="LineNr"> 8 </span><span class="Comment"># define it to be identical to 'to-text' by default</span>