Skip to content

Commit

Permalink
fix typo in API docs (comma vs semicolon)
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik authored Aug 25, 2016
1 parent a1b2055 commit 00e7ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ var command = regl({
uniforms: {
someUniform: [1, 0, 0, 1],
anotherUniform: regl.prop('myProp'),
'nested.value', 5.3
'nested.value': 5.3
},

// ...
Expand Down

0 comments on commit 00e7ed4

Please sign in to comment.