Skip to content

Commit 9685922

Browse files
weakishleeyeh
authored andcommitted
docs: typos in changelog
1 parent be14dcb commit 9685922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ Prereleases
489489
<details>
490490
491491
```javascript
492-
const child = new Child().set('birthday', new Data());
492+
const child = new Child().set('birthday', new Date());
493493
console.log(child.toJSON().birthday);
494494
/*
495495
v3: "2011-11-11T03:11:11.000Z"
@@ -664,7 +664,7 @@ Prereleases
664664
<details>
665665
666666
```javascript
667-
const child = new Child().set('birthday', new Data());
667+
const child = new Child().set('birthday', new Date());
668668
console.log(child.toJSON().birthday);
669669
/*
670670
v3: "2011-11-11T03:11:11.000Z"

0 commit comments

Comments
 (0)