diff options
Diffstat (limited to 'html/028call_reply.cc.html')
-rw-r--r-- | html/028call_reply.cc.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/html/028call_reply.cc.html b/html/028call_reply.cc.html index 9ef06f2c..4c32013f 100644 --- a/html/028call_reply.cc.html +++ b/html/028call_reply.cc.html @@ -147,10 +147,12 @@ Transform<span class="Delimiter">.</span>push_back<span class="Delimiter">(</spa ] <span class="traceContains">+error: f: return ingredient '14:point' can't be saved in '3:num'</span> -<span class="Comment">//: In mu we'd like to assume that any instruction doesn't modify its</span> +<span class="Comment">//: In Mu we'd like to assume that any instruction doesn't modify its</span> <span class="Comment">//: ingredients unless they're also products. The /same-as-ingredient inside</span> -<span class="Comment">//: the recipe's 'reply' will help catch accidental misuse of such</span> -<span class="Comment">//: 'ingredient-products' (sometimes called in-out parameters in other languages).</span> +<span class="Comment">//: the recipe's 'reply' indicates that an ingredient is intended to be</span> +<span class="Comment">//: modified in place, and will help catch accidental misuse of such</span> +<span class="Comment">//: 'ingredient-products' (sometimes called in-out parameters in other</span> +<span class="Comment">//: languages).</span> <span class="Delimiter">:(scenario return_same_as_ingredient)</span> <span class="Special">% Hide_errors = true;</span> |