Skip to content

Commit e4c0dad

Browse files
author
태재영
committed
fix: typo
1 parent 0935064 commit e4c0dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webgl/lessons/webgl-drawing-without-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,5 +604,5 @@ So, if either of those issues is a problem for your needs then as a solution you
604604
with <code>gl.TRIANGLES</code> instead of using <code>gl.POINTS</code>.
605605
If you do that both problems are solved.
606606
The maximum size problem goes away as does the inconsistent clipping problem. There are various
607-
ways to draw lots of quads. One of then is using techniques like the ones in this article.</p>
607+
ways to draw lots of quads. One of them is using techniques like the ones in this article.</p>
608608
</div>

0 commit comments

Comments
 (0)