about summary refs log tree commit diff stats
path: root/html/059to_text.mu.html
diff options
context:
space:
mode:
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>