| Index: tools/dom/docs/docs.json
|
| diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json
|
| index 447fa51cf34d9938e5c000fbd9f76994bc4e4740..04839df7cd86af809987cc86ad855f02d42c8896 100644
|
| --- a/tools/dom/docs/docs.json
|
| +++ b/tools/dom/docs/docs.json
|
| @@ -5189,7 +5189,7 @@
|
| "/**",
|
| " * Buffers the specified data.",
|
| " *",
|
| - " * This specific method is provided for WebGL API compatibility reasons, but",
|
| + " * The [bufferData] method is provided for WebGL API compatibility reasons, but",
|
| " * it is highly recommended that you use [bufferDataTyped] or [bufferByteData]",
|
| " * depending on your purposes.",
|
| " */"
|
| @@ -5198,7 +5198,7 @@
|
| "/**",
|
| " * Buffers the specified subset of data.",
|
| " *",
|
| - " * This specific method is provided for WebGL API compatibility reasons, but",
|
| + " * The [bufferSubData] method is provided for WebGL API compatibility reasons, but",
|
| " * it is highly recommended that you use [bufferSubDataTyped] or [bufferSubByteData]",
|
| " * depending on your purposes.",
|
| " */"
|
| @@ -5207,7 +5207,7 @@
|
| "/**",
|
| " * Updates the currently bound texture to [data].",
|
| " *",
|
| - " * This specific method is provided for WebGL API compatibility reasons, but it",
|
| + " * The [texImage2D] method is provided for WebGL API compatibility reasons, but it",
|
| " * is highly recommended that you use [texImage2DUntyped] or [texImage2DTyped]",
|
| " * (or for more specificity, the more specialized [texImage2DImageData],",
|
| " * [texImage2DCanvas], [texImage2DVideo]).",
|
| @@ -5217,7 +5217,7 @@
|
| "/**",
|
| " * Updates a sub-rectangle of the currently bound texture to [data].",
|
| " *",
|
| - " * This specific method is provided for WebGL API compatibility reasons, but it",
|
| + " * The [texSubImage2D] method is provided for WebGL API compatibility reasons, but it",
|
| " * is highly recommended that you use [texSubImage2DUntyped] or [texSubImage2DTyped]",
|
| " * (or for more specificity, the more specialized [texSubImage2DImageData],",
|
| " * [texSubImage2DCanvas], [texSubImage2DVideo]).",
|
|
|