From b479182812b88108e2762e7b15f0ee826d144758 Mon Sep 17 00:00:00 2001 From: Livia Medeiros <74449973+LiviaMedeiros@users.noreply.github.com> Date: Sun, 30 Jan 2022 23:14:12 +0800 Subject: [PATCH] squash: Update doc/api/fs.md Co-authored-by: Antoine du Hamel --- doc/api/fs.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index c5f0eae0f30dc5..c39f2f6242c86d 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -639,7 +639,8 @@ added: v10.0.0 changes: - version: REPLACEME pr-url: https://github.com/nodejs/node/pull/41677 - description: The `string` parameter must be a primitive string. + description: The `string` parameter no longer accept objects with an + own `toString` function property. - version: v14.12.0 pr-url: https://github.com/nodejs/node/pull/34993 description: The `string` parameter will stringify an object with an @@ -5593,7 +5594,8 @@ added: v0.11.5 changes: - version: REPLACEME pr-url: https://github.com/nodejs/node/pull/41677 - description: The `string` parameter must be a primitive string. + description: The `string` parameter no longer accept objects with an + own `toString` function property. - version: v14.12.0 pr-url: https://github.com/nodejs/node/pull/34993 description: The `string` parameter will stringify an object with an