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 d379f2d commit 6b3da20Copy full SHA for 6b3da20
1 file changed
exercises/practice/robot-name/robot_name.moon
@@ -8,6 +8,6 @@ class Robot
8
reset: =>
9
error 'Implement the reset method'
10
11
- name: => @id
+ name: =>
12
error 'Implement the names method'
13
0 commit comments