Skip to content

Commit

Permalink
Merge pull request regl-project#352 from usefulthink/patch-1
Browse files Browse the repository at this point in the history
add missing quotes in API.md
  • Loading branch information
Erkaman authored Sep 17, 2016
2 parents bcd58d6 + 393c2f3 commit 27d1477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -1513,8 +1513,8 @@ var starElements = regl.elements({
| `'points'` | `gl.POINTS` |
| `'lines'` | `gl.LINES` |
| `'line strip'` | `gl.LINE_STRIP` |
| `'line loop` | `gl.LINE_LOOP` |
| `'triangles` | `gl.TRIANGLES` |
| `'line loop'` | `gl.LINE_LOOP` |
| `'triangles'` | `gl.TRIANGLES` |
| `'triangle strip'` | `gl.TRIANGLE_STRIP` |
| `'triangle fan'` | `gl.TRIANGLE_FAN` |

Expand Down

0 comments on commit 27d1477

Please sign in to comment.