Skip to content

Commit 1316767

Browse files
megliogreggman
authored andcommitted
Punctuation/grammar
1 parent 1bf6011 commit 1316767

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
@@ -73,7 +73,7 @@ gl.vertexAttribPointer = function(location, size, type, normalize, stride, offse
7373
};
7474
```
7575

76-
Notice that when we call `gl.vertexAttribPointer` that `attrib.buffer`
76+
Notice that when we call `gl.vertexAttribPointer`, `attrib.buffer`
7777
is set to whatever the current `gl.arrayBuffer` is set to.
7878
`gl.arrayBuffer` in the pseudo code above would be set by
7979
calling `gl.bindBuffer(gl.ARRAY_BUFFER, someBuffer)`.

0 commit comments

Comments
 (0)