diff options
author | Qulinxao <Qulinxao@users.noreply.github.com> | 2021-11-18 12:29:08 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 10:29:08 +0300 |
commit | 44b40fff7f1937604e1dcdd8b09ee9969b086ad1 (patch) | |
tree | e4b160f9680e2ad43d81b98e7a9493f6375471cb /files/ru/glossary | |
parent | 16ed3eeee01f5f06655f75ea26566b90d28f135a (diff) | |
download | translated-content-44b40fff7f1937604e1dcdd8b09ee9969b086ad1.tar.gz translated-content-44b40fff7f1937604e1dcdd8b09ee9969b086ad1.tar.bz2 translated-content-44b40fff7f1937604e1dcdd8b09ee9969b086ad1.zip |
(ru) Fix link at "First-class Functions" page (#3131)
Co-authored-by: Sasha Sushko <sushko@outlook.com>
Diffstat (limited to 'files/ru/glossary')
-rw-r--r-- | files/ru/glossary/first-class_function/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/glossary/first-class_function/index.html b/files/ru/glossary/first-class_function/index.html index 5d82897494..b5de188822 100644 --- a/files/ru/glossary/first-class_function/index.html +++ b/files/ru/glossary/first-class_function/index.html @@ -27,7 +27,7 @@ dog(3); //Эту функцию можно вызвать через перем <h3 id="Общее_представление">Общее представление</h3> <ul> - <li>{{Interwiki("wikipedia", "First-class functions", "First-class functions")}} on Wikipedia</li> + <li>{{Interwiki("wikipedia", "Функции_первого_класса", "Функции первого класса")}} на Википедии</li> </ul> <p> </p> |