aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/constructor/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/glossary/constructor/index.html')
-rw-r--r--files/ru/glossary/constructor/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/glossary/constructor/index.html b/files/ru/glossary/constructor/index.html
index e8a37f164a..8c5dbe3196 100644
--- a/files/ru/glossary/constructor/index.html
+++ b/files/ru/glossary/constructor/index.html
@@ -6,7 +6,7 @@ tags:
translation_of: Glossary/Constructor
original_slug: Словарь/Constructor
---
-<p><strong>Конструктор</strong> принадлежит к определенному классу {{glossary("object")}}, который создается. Конструктор инициализирует этот объект и может предоставлять доступ к его личной информации. Концепция конструктора может быть применена к большинству {{glossary("OOP","object-oriented programming")}} языков. По существу, конструктор в {{glossary("JavaScript")}} обычно объявляется в экземпляре {{glossary("class")}}.</p>
+<p><strong>Конструктор</strong> принадлежит к определённому классу {{glossary("object")}}, который создаётся. Конструктор инициализирует этот объект и может предоставлять доступ к его личной информации. Концепция конструктора может быть применена к большинству {{glossary("OOP","object-oriented programming")}} языков. По существу, конструктор в {{glossary("JavaScript")}} обычно объявляется в экземпляре {{glossary("class")}}.</p>
<h2 id="Синтаксис">Синтаксис</h2>