From c0f84b1ffa18eaf6f399aafe462f2a0f705dd009 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 7 Dec 2017 16:22:23 -0800 Subject: 4155 --- html/058to_text.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/058to_text.cc.html') diff --git a/html/058to_text.cc.html b/html/058to_text.cc.html index ab99a6e9..b0798332 100644 --- a/html/058to_text.cc.html +++ b/html/058to_text.cc.html @@ -69,7 +69,7 @@ if ('onhashchange' in window) { 9 :(before "End Primitive Recipe Checks") 10 case TO_TEXT: { 11 if (SIZE(inst.ingredients) != 1) { -12 ¦ raise << maybe(get(Recipe, r).name) << "'to-text' requires a single ingredient, but got '" << to_original_string(inst) << "'\n" << end(); +12 ¦ raise << maybe(get(Recipe, r).name) << "'to-text' requires a single ingredient, but got '" << to_original_string(inst) << "'\n" << end(); 13 ¦ break; 14 } 15 // can handle any type @@ -78,7 +78,7 @@ if ('onhashchange' in window) { 18 :(before "End Primitive Recipe Implementations") 19 case TO_TEXT: { 20 products.resize(1); -21 products.at(0).push_back(new_mu_text(inspect(current_instruction().ingredients.at(0), ingredients.at(0)))); +21 products.at(0).push_back(new_mu_text(inspect(current_instruction().ingredients.at(0), ingredients.at(0)))); 22 break; 23 } -- cgit 1.4.1-2-gfad0