From 9b1428425cb314744bb8cb967b51c1ea5f18c587 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 27 Aug 2026 13:47:42 +0200 Subject: [PATCH] doc: fix some broken links Signed-off-by: Antoine du Hamel --- doc/api/fs.md | 1 - doc/type-map.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 504404654f3b..21f300d31203 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -8481,7 +8481,6 @@ of bytes written is passed as the first argument to the event handler. * `writeBufferLen` {number} * `remainingBufferLen`: {number} * `sync`: {boolean} Perform writes synchronously. -* Returns: {fs.Utf8Stream} #### `utf8Stream.append` diff --git a/doc/type-map.json b/doc/type-map.json index 0483bd15f5e5..9e24eaca3e50 100644 --- a/doc/type-map.json +++ b/doc/type-map.json @@ -88,6 +88,7 @@ "LockManager": "worker_threads.html#class-lockmanager", "MessagePort": "worker_threads.html#class-messageport", "MIMEParams": "util.html#class-utilmimeparams", + "MIMEType": "util.html#class-utilmimetype", "MockModuleContext": "test.html#class-mockmodulecontext", "module": "modules.html#the-module-object", "ModuleRequest": "vm.html#type-modulerequest",