about summary refs log tree commit diff stats
path: root/html/082scenario_screen.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/082scenario_screen.cc.html')
-rw-r--r--html/082scenario_screen.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/082scenario_screen.cc.html b/html/082scenario_screen.cc.html
index c04ed1ee..cde419df 100644
--- a/html/082scenario_screen.cc.html
+++ b/html/082scenario_screen.cc.html
@@ -69,7 +69,7 @@ if ('onhashchange' in window) {
 <span id="L4" class="LineNr">  4 </span><span class="Comment">//: scenario. 'screen-should-contain' can check unicode characters in the fake</span>
 <span id="L5" class="LineNr">  5 </span><span class="Comment">//: screen</span>
 <span id="L6" class="LineNr">  6 </span>
-<span id="L7" class="LineNr">  7 </span><span class="Comment">//: first make sure we don't mangle these functions in other transforms</span>
+<span id="L7" class="LineNr">  7 </span><span class="Comment">//: first make sure we don't mangle these instructions in other transforms</span>
 <span id="L8" class="LineNr">  8 </span><span class="Delimiter">:(before &quot;End initialize_transform_rewrite_literal_string_to_text()&quot;)</span>
 <span id="L9" class="LineNr">  9 </span>recipes_taking_literal_strings<span class="Delimiter">.</span>insert<span class="Delimiter">(</span><span class="Constant">&quot;screen-should-contain&quot;</span><span class="Delimiter">);</span>
 <span id="L10" class="LineNr"> 10 </span>recipes_taking_literal_strings<span class="Delimiter">.</span>insert<span class="Delimiter">(</span><span class="Constant">&quot;screen-should-contain-in-color&quot;</span><span class="Delimiter">);</span>