about summary refs log tree commit diff stats
path: root/html/020run.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/020run.cc.html')
-rw-r--r--html/020run.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/020run.cc.html b/html/020run.cc.html
index 70697d67..d55ea087 100644
--- a/html/020run.cc.html
+++ b/html/020run.cc.html
@@ -518,7 +518,7 @@ if ('onhashchange' in window) {
 <span id="L451" class="LineNr">451 </span><span class="Comment">// name of a recipe.</span>
 <span id="L452" class="LineNr">452 </span><span class="Comment">//</span>
 <span id="L453" class="LineNr">453 </span><span class="Comment">// One drawback: if you're clearing recipes your profile will be inaccurate.</span>
-<span id="L454" class="LineNr">454 </span><span class="Comment">// So far that happens in tests, and in `run-sandboxed` in a later layer.</span>
+<span id="L454" class="LineNr">454 </span><span class="Comment">// So far that happens in tests, and in 'run-sandboxed' in a later layer.</span>
 <span id="L455" class="LineNr">455 </span>map&lt;recipe_ordinal<span class="Delimiter">,</span> <span class="Normal">int</span>&gt; Instructions_running<span class="Delimiter">;</span>
 <span id="L456" class="LineNr">456 </span><span class="Delimiter">:(before &quot;End Commandline Options(*arg)&quot;)</span>
 <span id="L457" class="LineNr">457 </span><span class="Normal">else</span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L73'>is_equal</a><span class="Delimiter">(</span>*arg<span class="Delimiter">,</span> <span class="Constant">&quot;--profile&quot;</span><span class="Delimiter">))</span> <span class="Delimiter">{</span>