Skip to content

Commit 8906923

Browse files
authored
Merge pull request #3039 from LautiB89/patch-1
Update part1c.md
2 parents 328f4bf + b3ebc3c commit 8906923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/1/en/part1c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const Hello = (props) => {
9090
const age = props.age
9191
// highlight-end
9292

93-
const bornYear = () => new Date().getFullYear() - age
93+
const bornYear = () => new Date().getFullYear() - age // highlight-line
9494

9595
return (
9696
<div>

0 commit comments

Comments
 (0)