Fixed a typo that crashed the nightly build :-(
This commit is contained in:
parent
c9c02f3fb0
commit
7597d2c2c6
|
@ -340,7 +340,7 @@ The results of the four functions are used as the red, green, blue, and alpha
|
|||
components in the corresponding pixel of the resulting picture.
|
||||
|
||||
For example,
|
||||
@codeblock{|
|
||||
@codeblock|{
|
||||
; each function : num(x) num(y) num(r) num(g) num(b) num(a) -> num
|
||||
(define (zero x y r g b a) 0)
|
||||
(define (same-g x y r g b a) g)
|
||||
|
|
Loading…
Reference in New Issue
Block a user