aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/javascript/reference/global_objects/map/set/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/javascript/reference/global_objects/map/set/index.html')
-rw-r--r--files/ru/web/javascript/reference/global_objects/map/set/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/javascript/reference/global_objects/map/set/index.html b/files/ru/web/javascript/reference/global_objects/map/set/index.html
index 0243b87ff5..5eaf57d94a 100644
--- a/files/ru/web/javascript/reference/global_objects/map/set/index.html
+++ b/files/ru/web/javascript/reference/global_objects/map/set/index.html
@@ -40,7 +40,7 @@ myMap.set('bar', 'baz');
<h3 id="Последовательное_использование_метода_set()">Последовательное использование метода <code>set()</code></h3>
-<p>Так как метод <code>set()</code> возвращает объект <code>Map</code>, Вы можете последовательно применять метод <code>set()</code> как в примере ниже:</p>
+<p>Так как метод <code>set()</code> возвращает объект <code>Map</code>, вы можете последовательно применять метод <code>set()</code> как в примере ниже:</p>
<pre class="brush: js"><code>// Последовательно добавляет новые элементы в myMap:
myMap.set('bar', 'foo')