aboutsummaryrefslogtreecommitdiff
path: root/files/ru/learn/javascript/building_blocks/conditionals
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-03-21 15:34:50 +0300
committerGitHub <noreply@github.com>2021-03-21 15:34:50 +0300
commitfc853997358a3d2b6cd756655457af317b304d48 (patch)
treec6973ccc997f39a7c28ecdc935436856863b6c13 /files/ru/learn/javascript/building_blocks/conditionals
parent8b7a5fdbf9223d5ebbaed1c04801a61b5b88b870 (diff)
downloadtranslated-content-fc853997358a3d2b6cd756655457af317b304d48.tar.gz
translated-content-fc853997358a3d2b6cd756655457af317b304d48.tar.bz2
translated-content-fc853997358a3d2b6cd756655457af317b304d48.zip
Unify Russian translation of "See also" (#255)
Diffstat (limited to 'files/ru/learn/javascript/building_blocks/conditionals')
-rw-r--r--files/ru/learn/javascript/building_blocks/conditionals/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/learn/javascript/building_blocks/conditionals/index.html b/files/ru/learn/javascript/building_blocks/conditionals/index.html
index 774d7f2745..202eaaa9e2 100644
--- a/files/ru/learn/javascript/building_blocks/conditionals/index.html
+++ b/files/ru/learn/javascript/building_blocks/conditionals/index.html
@@ -734,7 +734,7 @@ updateCode();
<p>Это все, что вам нужно знать на данный момент об условных логических структурах! Уверены, вы хорошо разобрались в теоретическом материале и с лёгкостью справились с предложенными упражнениями. Если же что-то осталось для вас непонятным, перечитайте статью ещё раз или <a href="/en-US/Learn#Contact_us">свяжитесь с нами</a>.</p>
-<h2 id="См._также">См. также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li><a href="/en-US/Learn/JavaScript/First_steps/Math#Comparison_operators">Comparison operators</a></li>