about summary refs log tree commit diff stats
path: root/html/026call.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/026call.cc.html')
-rw-r--r--html/026call.cc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/026call.cc.html b/html/026call.cc.html
index 40a396b5..bafd5907 100644
--- a/html/026call.cc.html
+++ b/html/026call.cc.html
@@ -197,14 +197,14 @@ if ('onhashchange' in window) {
 <span id="L133" class="LineNr">133 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [
 <span id="L134" class="LineNr">134 </span>  foo
 <span id="L135" class="LineNr">135 </span>]
-<span id="L136" class="LineNr">136 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: undefined operation in 'foo '</span>
+<span id="L136" class="LineNr">136 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: undefined operation in 'foo'</span>
 <span id="L137" class="LineNr">137 </span>
 <span id="L138" class="LineNr">138 </span><span class="Delimiter">:(scenario calling_undefined_recipe_handles_missing_result)</span>
 <span id="L139" class="LineNr">139 </span><span class="Special">% Hide_errors = true;</span>
 <span id="L140" class="LineNr">140 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [
 <span id="L141" class="LineNr">141 </span>  <span class="Normal">x</span>:num<span class="Special"> &lt;- </span>foo
 <span id="L142" class="LineNr">142 </span>]
-<span id="L143" class="LineNr">143 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: undefined operation in 'x:num &lt;- foo '</span>
+<span id="L143" class="LineNr">143 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: undefined operation in 'x:num &lt;- foo'</span>
 <span id="L144" class="LineNr">144 </span>
 <span id="L145" class="LineNr">145 </span><span class="SalientComment">//:: finally, we need to fix the termination conditions for the run loop</span>
 <span id="L146" class="LineNr">146 </span>