aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/window/performance/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/window/performance/index.html')
-rw-r--r--files/ru/web/api/window/performance/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/window/performance/index.html b/files/ru/web/api/window/performance/index.html
index 39e11ecbf8..7f765838c8 100644
--- a/files/ru/web/api/window/performance/index.html
+++ b/files/ru/web/api/window/performance/index.html
@@ -16,7 +16,7 @@ translation_of: Web/API/Window/performance
<dl>
<dt>{{domxref("Performance.now()", "performance.now()")}}</dt>
- <dd>Возвращает {{domxref("DOMHighResTimeStamp")}} представляющий количество миллисекунд прошедшее с момента отсчета.</dd>
+ <dd>Возвращает {{domxref("DOMHighResTimeStamp")}} представляющий количество миллисекунд прошедшее с момента отсчёта.</dd>
<dt><code>measure()</code></dt>
<dd>This method stores the <a href="http://www.w3.org/TR/hr-time/#domhighrestimestamp"><code>DOMHighResTimeStamp</code></a> duration between two marks along with the associated name (a "measure").</dd>
<dt><strong><code>getEntriesByType()</code></strong></dt>