From 2c678a4e1d7f97c862342ee19cf2d6ee6e901d85 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 29 May 2017 14:21:32 -0700 Subject: 3897 - various updates to documentation --- 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 7d2c1f6f..d702720a 100644 --- a/html/058to_text.cc.html +++ b/html/058to_text.cc.html @@ -65,10 +65,10 @@ if ('onhashchange' in window) { 5 :(before "End Primitive Recipe Declarations") 6 TO_TEXT, 7 :(before "End Primitive Recipe Numbers") - 8 put(Recipe_ordinal, "to-text", TO_TEXT); + 8 put(Recipe_ordinal, "to-text", TO_TEXT); 9 :(before "End Primitive Recipe Checks") 10 case TO_TEXT: { -11 if (SIZE(inst.ingredients) != 1) { +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(); 13 ¦ break; 14 } -- cgit 1.4.1-2-gfad0