From 57e0abae4196d5e89486fa87171e12dd14f78584 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Thu, 18 Mar 2021 02:37:24 +0300 Subject: Fix various typos (#203) * Fix various typos * Auto fixes * Apply suggestions from code review Co-authored-by: Artem Shibakov * Apply suggestions from code review Co-authored-by: Artem Shibakov Co-authored-by: Artem Shibakov --- files/ru/glossary/constructor/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ru/glossary') diff --git a/files/ru/glossary/constructor/index.html b/files/ru/glossary/constructor/index.html index 643b3a6c8e..e8a37f164a 100644 --- a/files/ru/glossary/constructor/index.html +++ b/files/ru/glossary/constructor/index.html @@ -14,7 +14,7 @@ original_slug: Словарь/Constructor function Default() { } -// Это перегруженый конструктор класса Overloaded +// Это перегруженный конструктор класса Overloaded // с аргументами параметров function Overloaded(arg1, arg2, ...,argN){ } @@ -25,7 +25,7 @@ function Overloaded(arg1, arg2, ...,argN){
function Default() {
 }
 
-// Новая ссылка обхекта Default object назначена
+// Новая ссылка объекта Default object назначена
 // локальной переменной defaultReference
 var defaultReference = new Default();
 
-- cgit v1.2.3-54-g00ecf