From 9a96229818a3971444a77c238cc5ae45921db1bf Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Tue, 23 Mar 2021 21:32:09 +0300 Subject: Fix capitalization of Russian pronouns (#294) * Fix capitalization of Russian pronouns * Apply suggestions from code review Co-authored-by: Alexander Myshov * Update files/ru/web/mathml/element/math/index.html Co-authored-by: Alexander Myshov Co-authored-by: Alexander Myshov --- .../reference/global_objects/array/@@unscopables/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ru/web/javascript/reference/global_objects/array') diff --git a/files/ru/web/javascript/reference/global_objects/array/@@unscopables/index.html b/files/ru/web/javascript/reference/global_objects/array/@@unscopables/index.html index 21aef4509b..68950a0861 100644 --- a/files/ru/web/javascript/reference/global_objects/array/@@unscopables/index.html +++ b/files/ru/web/javascript/reference/global_objects/array/@@unscopables/index.html @@ -21,7 +21,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/@@unscopables

Стандартные свойства массива, которые исключены из привязок  with: copyWithin, entries, fill, find, findIndex, includes, keys, и values.

-

См. {{jsxref("Symbol.unscopables")}} о том, как установить unscopables для Ваших собственных объектов.

+

См. {{jsxref("Symbol.unscopables")}} о том, как установить unscopables для ваших собственных объектов.

{{js_property_attributes(0,0,1)}}

@@ -64,7 +64,7 @@ Object.keys(Array.prototype[Symbol.unscopables]);

Совместимость с браузерами

- +

{{Compat("javascript.builtins.Array.@@unscopables")}}

-- cgit v1.2.3-54-g00ecf