Skip to content

Commit 6525b60

Browse files
committed
reviewer comments
1 parent 12a1398 commit 6525b60

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

exercises/concept/last-will/.docs/instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ The code from the next tasks should be defined in the body of the `EstateExecuto
1616

1717
```ruby
1818
class SomeName
19-
# The space between the class/module name
20-
# and the `end` keyword
21-
# is called body of the namespace.
19+
# The space between the class/module name
20+
# and the `end` keyword
21+
# is called body of the namespace.
2222
end
2323
```
2424

0 commit comments

Comments
 (0)