From 870550816e327909427ceff1712dd9ba75465fe4 Mon Sep 17 00:00:00 2001 From: Livia Medeiros <74449973+LiviaMedeiros@users.noreply.github.com> Date: Tue, 1 Mar 2022 05:43:54 +0800 Subject: [PATCH] Update doc/api/deprecations.md Co-authored-by: Luigi Pinca --- doc/api/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 50b3f12d32d3dc..92fbeceb1a65d8 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3122,7 +3122,7 @@ changes: Type: Documentation-only Implicit coercion of objects with own `toString` property, passed as second -parameter in [`fs.write()`][], [`fs.writeFile()`][] and [`fs.appendFile()`][], +parameter in [`fs.write()`][], [`fs.writeFile()`][], and [`fs.appendFile()`][], is deprecated. Convert them to primitive strings. [Legacy URL API]: url.md#legacy-url-api