From ba1fb981f6ce186e37c73e26ec79925bbaf991eb Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 4 Apr 2017 10:49:13 -0700 Subject: 3811 --- html/040brace.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/040brace.cc.html') diff --git a/html/040brace.cc.html b/html/040brace.cc.html index 5c868aaa..726e1f41 100644 --- a/html/040brace.cc.html +++ b/html/040brace.cc.html @@ -123,7 +123,7 @@ if ('onhashchange' in window) { 60 ¦ } 61 ¦ if (inst.label == "}") { 62 ¦ ¦ if (open_braces.empty()) { - 63 ¦ ¦ ¦ raise << maybe(get(Recipe, r).name) << "missing '{' in '" << get(Recipe, r).name << "'\n" << end(); + 63 ¦ ¦ ¦ raise << maybe(get(Recipe, r).name) << "unbalanced '}'\n" << end(); 64 ¦ ¦ ¦ return; 65 ¦ ¦ } 66 ¦ ¦ open_braces.pop(); -- cgit 1.4.1-2-gfad0