From 0670914bb1ec519c7ebab6a78e8d9fe52df1fb07 Mon Sep 17 00:00:00 2001 From: Vitaly Date: Tue, 17 Sep 2013 13:24:38 +0300 Subject: [PATCH] Update index.html correct russian phrase --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ff81c2b..a581aa2 100644 --- a/index.html +++ b/index.html @@ -262,7 +262,7 @@

succeed_with 42; // Or you might: - throw new Error('Вы облажался'); + throw new Error('Ты облажался'); } catch_finally_async(err, result) { // We get here when all async stuff @@ -281,7 +281,7 @@

callback(null, 42); // Or you might: - throw new Error('Вы облажался'); + throw new Error('Ты облажался'); }).setCallback(function(err, result) { // We get here when all async stuff