We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f068f commit 30e4765Copy full SHA for 30e4765
filter/less/filter.md
@@ -181,7 +181,9 @@ The function `grayscale` should take an image and turn it into a black-and-white
181
return triple;
182
}
183
184
-2. Use this function in your `grayscale` function to make the black-and-white version of the full image.
+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.
187
188
### Sepia
189
0 commit comments