Skip to content

Commit fbeacce

Browse files
authored
Merge pull request #4253 from coding-mori/patch-1
Part 1b: Continuity update
2 parents 4be9114 + de1de8a commit fbeacce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/1/en/part1b.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,10 @@ class Person {
507507
}
508508
}
509509

510-
const adam = new Person('Adam Ondra', 29)
510+
const adam = new Person('Adam Ondra', 33)
511511
adam.greet()
512512

513-
const janja = new Person('Janja Garnbret', 23)
513+
const janja = new Person('Janja Garnbret', 27)
514514
janja.greet()
515515
```
516516

0 commit comments

Comments
 (0)