Skip to content

Commit b479182

Browse files
LiviaMedeirosaduh95
andcommitted
squash: Update doc/api/fs.md
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent c292ab9 commit b479182

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/api/fs.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,8 @@ added: v10.0.0
639639
changes:
640640
- version: REPLACEME
641641
pr-url: https://github.com/nodejs/node/pull/41677
642-
description: The `string` parameter must be a primitive string.
642+
description: The `string` parameter no longer accept objects with an
643+
own `toString` function property.
643644
- version: v14.12.0
644645
pr-url: https://github.com/nodejs/node/pull/34993
645646
description: The `string` parameter will stringify an object with an
@@ -5593,7 +5594,8 @@ added: v0.11.5
55935594
changes:
55945595
- version: REPLACEME
55955596
pr-url: https://github.com/nodejs/node/pull/41677
5596-
description: The `string` parameter must be a primitive string.
5597+
description: The `string` parameter no longer accept objects with an
5598+
own `toString` function property.
55975599
- version: v14.12.0
55985600
pr-url: https://github.com/nodejs/node/pull/34993
55995601
description: The `string` parameter will stringify an object with an

0 commit comments

Comments
 (0)