Skip to content

Commit 79e56dd

Browse files
committed
fix example
1 parent 6497300 commit 79e56dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/defclass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ possible. The syntax is inspired by
2424
(extends class-1)
2525
(field -y 1)
2626
(constructor [_ x y]
27-
(super (+ x y -y)))
27+
(super (+ x y)))
2828

2929
Object
3030
(dude [_]

0 commit comments

Comments
 (0)