diff options
Diffstat (limited to 'files/ru/web/api/cache/matchall/index.html')
-rw-r--r-- | files/ru/web/api/cache/matchall/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/cache/matchall/index.html b/files/ru/web/api/cache/matchall/index.html index 1b2ff77253..4050dddd8f 100644 --- a/files/ru/web/api/cache/matchall/index.html +++ b/files/ru/web/api/cache/matchall/index.html @@ -10,7 +10,7 @@ translation_of: Web/API/Cache/matchAll <h2 id="Синтаксис">Синтаксис</h2> <pre class="brush: js">cache.matchAll(request,{options}).then(function(response) { - //сделать что-ниьудь с массивом ответов + // сделать что-нибудь с массивом ответов }); </pre> |