diff options
Diffstat (limited to 'files/ru/web/javascript/reference/statements/try...catch/index.html')
-rw-r--r-- | files/ru/web/javascript/reference/statements/try...catch/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/javascript/reference/statements/try...catch/index.html b/files/ru/web/javascript/reference/statements/try...catch/index.html index 70766c3f48..241bc90d83 100644 --- a/files/ru/web/javascript/reference/statements/try...catch/index.html +++ b/files/ru/web/javascript/reference/statements/try...catch/index.html @@ -153,7 +153,7 @@ catch (e) { throw 2; } } catch (e) { - // Выводит 1 или 2 (если не произошло никакх других ошибок) + // Выводит 1 или 2 (если не произошло никаких других ошибок) console.log(e); }</pre> |