Skip to content

Commit 3a74d05

Browse files
committed
Fix typo: saturated
1 parent af60b67 commit 3a74d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/intro/clear-buffer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Sets the clear color to an rgba triple. The input arguments are floating point
1919
This clears the color channel of the drawing buffer. It is possible to pass other values to this function, though we won't worry about this until later.
2020

2121
## Exercise
22-
For this exercise, write a method which takes a WebGL context as input and clears the background color to opaque magenta (fully satured red and blue, no green). To help get started, here is a shell:
22+
For this exercise, write a method which takes a WebGL context as input and clears the background color to opaque magenta (fully saturated red and blue, no green). To help get started, here is a shell:
2323

2424
```javascript
2525
module.exports = function(gl) {

0 commit comments

Comments
 (0)