diff options
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.html | 2 |
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 b3f13a7fe5..0243b87ff5 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 @@ -131,7 +131,7 @@ myMap.set('bar', 'foo') <li>В Firefox 33 {{geckoRelease("33")}} и более ранних версиях <code>Map.prototype.set</code> возвращал <code>undefined</code> и не был доступен вызов его в цепочке. Это было поправлено ({{bug(1031632)}}). Данное поведение было также обнаружено в Chrome/v8 (<a href="https://code.google.com/p/v8/issues/detail?id=3410">issue</a>) и IE11.</li> </ul> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>{{jsxref("Map")}}</li> |