aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/global_variable
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/glossary/global_variable')
-rw-r--r--files/ru/glossary/global_variable/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/glossary/global_variable/index.html b/files/ru/glossary/global_variable/index.html
index e93498878e..58eb918a7e 100644
--- a/files/ru/glossary/global_variable/index.html
+++ b/files/ru/glossary/global_variable/index.html
@@ -2,9 +2,9 @@
title: Глобальная переменная
slug: Glossary/Global_variable
tags:
- - Словарь
+ - Глоссарий
translation_of: Glossary/Global_variable
-original_slug: Словарь/global_variable
+original_slug: Глоссарий/global_variable
---
<p>Глобальная переменная это переменная, которая была объявлена в глобальной области видимости. Иначе говоря, переменная, доступ к которой, можно получить со всех других областей видимости.</p>