From 4a48bedcd1d708a43d43dc6259a4e45c52ea3d00 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 3 Dec 2017 23:25:40 -0800 Subject: 4134 - 'input' = 'ingredient' --- html/021check_instruction.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/021check_instruction.cc.html') diff --git a/html/021check_instruction.cc.html b/html/021check_instruction.cc.html index 2c6d23af..1bb63476 100644 --- a/html/021check_instruction.cc.html +++ b/html/021check_instruction.cc.html @@ -271,7 +271,7 @@ if ('onhashchange' in window) { 208 if (is_literal(type)) return false; 209 if (type->atom) return false; 210 if (!type->left->atom) { -211 ¦ raise << "invalid type " << to_string(type) << '\n' << end(); +211 ¦ raise << "invalid type " << to_string(type) << '\n' << end(); 212 ¦ return false; 213 } 214 return type->left->value == get(Type_ordinal, "array"); @@ -286,7 +286,7 @@ if ('onhashchange' in window) { 223 if (is_literal(type)) return false; 224 if (type->atom) return false; 225 if (!type->left->atom) { -226 ¦ raise << "invalid type " << to_string(type) << '\n' << end(); +226 ¦ raise << "invalid type " << to_string(type) << '\n' << end(); 227 ¦ return false; 228 } 229 return type->left->value == get(Type_ordinal, "address"); -- cgit 1.4.1-2-gfad0