Skip to content

Commit 5a1c6ee

Browse files
authored
data consistency. fix birth years of last generation
1 parent 5c30e47 commit 5a1c6ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/makeData.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ function makeData() {
2929
parent : 'John'
3030
}, {
3131
name : 'Michelle',
32-
geb : 2023,
32+
geb : 2028,
3333
parent : 'Thomas'
3434
}, {
3535
name : 'James',
36-
geb : 1900,
36+
geb : 2026,
3737
parent : 'Kate'
3838
} ]
39-
}
39+
}

0 commit comments

Comments
 (0)