corrected typo

This commit is contained in:
Chandan Rai 2017-07-22 09:06:01 +05:30 committed by GitHub
parent 6b372069be
commit 58fd3163bc

View File

@ -93,7 +93,7 @@ myFunc();
// Result: [0, 1, 2, 3, ... 99]
```
Note: Instead of creating an object, you can use the chainable shortcut methods as a neater way of specificying options.
Note: Instead of creating an object, you can use the chainable shortcut methods as a neater way of specifying options.
```js
const myFunc = gpu.createKernel(function() {