Skip to content

Commit 30e4765

Browse files
committed
functie aangepast
1 parent a7f068f commit 30e4765

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

filter/less/filter.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ The function `grayscale` should take an image and turn it into a black-and-white
181181
return triple;
182182
}
183183

184-
2. Use this function in your `grayscale` function to make the black-and-white version of the full image.
184+
1. Place the function *above* the `grayscale` function in `helpers.c`.
185+
186+
1. Use this function in your `grayscale` function to make the black-and-white version of the full image.
185187

186188
### Sepia
187189

0 commit comments

Comments
 (0)