typo
This commit is contained in:
parent
b2610e496e
commit
37272e135b
|
@ -96,7 +96,7 @@
|
||||||
(format "(~a===RT.NULL)" (first checked-operands))]
|
(format "(~a===RT.NULL)" (first checked-operands))]
|
||||||
|
|
||||||
[(not)
|
[(not)
|
||||||
(format "(~a=== alse)" (first checked-operands))]
|
(format "(~a===false)" (first checked-operands))]
|
||||||
|
|
||||||
[(eq?)
|
[(eq?)
|
||||||
(format "(~a===~a)" (first checked-operands) (second checked-operands))])))
|
(format "(~a===~a)" (first checked-operands) (second checked-operands))])))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user