Skip to content

Commit 89dc7e4

Browse files
megliogreggman
authored andcommitted
Typo
1 parent 6c7e9b1 commit 89dc7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webgl/lessons/webgl-precision-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ the line
1616
precision mediump float;
1717
```
1818

19-
What that heck was that about?
19+
What the heck was that about?
2020

2121
`lowp`, `mediump`, and `highp` are precision settings. Precision in this case
2222
effectively means how many bits are used to store a value. A number in

0 commit comments

Comments
 (0)