From ffc9e66b3505990009e47b461eb03d3eb1635258 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 5 Nov 2017 02:00:26 -0800 Subject: 4109 --- html/062convert_ingredients_to_text.cc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/062convert_ingredients_to_text.cc.html') diff --git a/html/062convert_ingredients_to_text.cc.html b/html/062convert_ingredients_to_text.cc.html index 091d01fa..eda38d88 100644 --- a/html/062convert_ingredients_to_text.cc.html +++ b/html/062convert_ingredients_to_text.cc.html @@ -61,7 +61,7 @@ if ('onhashchange' in window) {
-  1 //: make some functions more friendly by trying to auto-convert their ingredients to text
+  1 //: make some recipes more friendly by trying to auto-convert their ingredients to text
   2 
   3 :(scenarios transform)
   4 :(scenario rewrite_stashes_to_text)
@@ -137,7 +137,7 @@ if ('onhashchange' in window) {
  74   ¦ ¦ for (int j = 0;  j < SIZE(inst.ingredients);  ++j) {
  75   ¦ ¦ ¦ if (is_literal_text(inst.ingredients.at(j))) continue;
  76   ¦ ¦ ¦ ostringstream ingredient_name;
- 77   ¦ ¦ ¦ ingredient_name << "stash_" << i << '_' << j << ":address:array:character";
+ 77   ¦ ¦ ¦ ingredient_name << "stash_" << i << '_' << j << ":address:array:character";
  78   ¦ ¦ ¦ convert_ingredient_to_text(inst.ingredients.at(j), new_instructions, ingredient_name.str());
  79   ¦ ¦ }
  80   ¦ }
@@ -145,7 +145,7 @@ if ('onhashchange' in window) {
  82   ¦ ¦ for (int j = /*skip*/2;  j < SIZE(inst.ingredients);  ++j) {
  83   ¦ ¦ ¦ if (is_literal_text(inst.ingredients.at(j))) continue;
  84   ¦ ¦ ¦ ostringstream ingredient_name;
- 85   ¦ ¦ ¦ ingredient_name << "trace_" << i << '_' << j << ":address:array:character";
+ 85   ¦ ¦ ¦ ingredient_name << "trace_" << i << '_' << j << ":address:array:character";
  86   ¦ ¦ ¦ convert_ingredient_to_text(inst.ingredients.at(j), new_instructions, ingredient_name.str());
  87   ¦ ¦ }
  88   ¦ }
@@ -158,7 +158,7 @@ if ('onhashchange' in window) {
  95   ¦ ¦ if (is_literal_text(inst.ingredients.at(0)) || is_mu_text(inst.ingredients.at(0))) {
  96   ¦ ¦ ¦ for (int j = /*skip base*/1;  j < SIZE(inst.ingredients);  ++j) {
  97   ¦ ¦ ¦ ¦ ostringstream ingredient_name;
- 98   ¦ ¦ ¦ ¦ ingredient_name << "append_" << i << '_' << j << ":address:array:character";
+ 98   ¦ ¦ ¦ ¦ ingredient_name << "append_" << i << '_' << j << ":address:array:character";
  99   ¦ ¦ ¦ ¦ convert_ingredient_to_text(inst.ingredients.at(j), new_instructions, ingredient_name.str());
 100   ¦ ¦ ¦ }
 101   ¦ ¦ }
-- 
cgit 1.4.1-2-gfad0