Skip to content

Commit 2ffc67b

Browse files
committed
Fix test for chapter 6
1 parent 5741f22 commit 2ffc67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

06_object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ console.log(varyingSize.size);
498498

499499
Whenever someone reads from this object's `size` property, the associated method is called. You can do a similar thing when a property is written to, using a _((setter))_.
500500

501-
```{test: no, startCode: true}
501+
```{startCode: true, includeCode: "top_lines: 16"}
502502
class Temperature {
503503
constructor(celsius) {
504504
this.celsius = celsius;

0 commit comments

Comments
 (0)