about summary refs log tree commit diff stats
path: root/html/013update_operation.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/013update_operation.cc.html')
-rw-r--r--html/013update_operation.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/013update_operation.cc.html b/html/013update_operation.cc.html
index c2377b97..7a6c5f78 100644
--- a/html/013update_operation.cc.html
+++ b/html/013update_operation.cc.html
@@ -33,7 +33,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 <span class="Comment">//: Once all code is loaded, save operation ids of instructions and check that</span>
 <span class="Comment">//: nothing's undefined.</span>
 
-<span class="Delimiter">:(before &quot;End Transforms&quot;)</span>
+<span class="Delimiter">:(before &quot;End Instruction Modifying Transforms&quot;)</span>
 Transform<span class="Delimiter">.</span>push_back<span class="Delimiter">(</span>update_instruction_operations<span class="Delimiter">);</span>  <span class="Comment">// idempotent</span>
 
 <span class="Delimiter">:(code)</span>