diff options
Diffstat (limited to 'files/ru/web/api/htmlcanvaselement/getcontext/index.html')
-rw-r--r-- | files/ru/web/api/htmlcanvaselement/getcontext/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/htmlcanvaselement/getcontext/index.html b/files/ru/web/api/htmlcanvaselement/getcontext/index.html index ebd62161f6..18e50dc31b 100644 --- a/files/ru/web/api/htmlcanvaselement/getcontext/index.html +++ b/files/ru/web/api/htmlcanvaselement/getcontext/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/HTMLCanvasElement/getContext --- <div>{{APIRef("Canvas API")}}</div> -<p>Метод <strong><code>HTMLCanvasElement.getContext()</code></strong> возвращает контекст рисования на холсте, или {{jsxref("null")}}, если идентификатор контекста не определен.</p> +<p>Метод <strong><code>HTMLCanvasElement.getContext()</code></strong> возвращает контекст рисования на холсте, или {{jsxref("null")}}, если идентификатор контекста не определён.</p> <h2 id="Синтаксис">Синтаксис</h2> |