Skip to content

Commit 1bf6011

Browse files
megliogreggman
authored andcommitted
Punctuation; formatting
1 parent 448b1d1 commit 1bf6011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webgl/lessons/webgl-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ attributes: [
146146
..
147147
```
148148
You can set each attribute's value with the various `gl.vertexAttribXXX`
149-
functions. The value is used when `enable` is false. When enable is true data for
149+
functions. The value is used when `enable` is false. When `enable` is true, data for
150150
the attribute is pulled from the assigned buffer.
151151
152152
<a id="vaos"></a>

0 commit comments

Comments
 (0)