Skip to content

Commit 4f3e957

Browse files
afilahklegreggman
authored andcommitted
fix inconsistency of a sentence.
1 parent 0ec2cda commit 4f3e957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webgl/lessons/webgl-fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ already in clip space there is no work to do. *If you want 3D it's up to you
412412
to supply shaders that convert from 3D to clip space because WebGL is only
413413
a rasterization API*.
414414

415-
You might be wondering why does the triangle start in the middle and go to toward the top right.
415+
You might be wondering why does the triangle start in the middle and goes towards the top right.
416416
Clip space in `x` goes from -1 to +1. That means 0 is in the center and positive values will
417417
be to the right of that.
418418

0 commit comments

Comments
 (0)