diff options
Diffstat (limited to 'files/ru/web/api/webglrenderingcontext/bindtexture')
-rw-r--r-- | files/ru/web/api/webglrenderingcontext/bindtexture/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/webglrenderingcontext/bindtexture/index.html b/files/ru/web/api/webglrenderingcontext/bindtexture/index.html index 522a73c1c9..2a3fd529b3 100644 --- a/files/ru/web/api/webglrenderingcontext/bindtexture/index.html +++ b/files/ru/web/api/webglrenderingcontext/bindtexture/index.html @@ -42,7 +42,7 @@ translation_of: Web/API/WebGLRenderingContext/bindTexture <h2 id="Примеры">Примеры</h2> -<h3 id="Привязчка_текстуры">Привязчка текстуры</h3> +<h3 id="Привязка_текстуры">Привязка текстуры</h3> <pre class="brush: js">var canvas = document.getElementById('canvas'); var gl = canvas.getContext('webgl'); |