diff options
Diffstat (limited to 'files/ru/web/api/element/queryselectorall/index.html')
| -rw-r--r-- | files/ru/web/api/element/queryselectorall/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/element/queryselectorall/index.html b/files/ru/web/api/element/queryselectorall/index.html index 02ffad4f0e..5789bbc376 100644 --- a/files/ru/web/api/element/queryselectorall/index.html +++ b/files/ru/web/api/element/queryselectorall/index.html @@ -38,7 +38,7 @@ var matches = el.querySelectorAll('div.highlighted > p'); <pre class="brush: js notranslate">var matches = el.querySelectorAll('iframe[data-src]'); </pre> -<h2 id="Notes" name="Notes">Заметки</h2> +<h2 id="Notes" name="Notes">Примечания</h2> <p>Функция выбрасывает исключение SYNTAX_ERR, если текст селектора неправильный.</p> |
