From e7e84b422ffaab53bc4d2157f679e66a80ce92d0 Mon Sep 17 00:00:00 2001 From: Archkon <180910180+Archkon@users.noreply.github.com> Date: Fri, 10 Jul 2026 10:14:42 +0800 Subject: [PATCH] doc: remove duplicate VirtualProvider description Signed-off-by: Archkon <180910180+Archkon@users.noreply.github.com> --- doc/api/vfs.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/api/vfs.md b/doc/api/vfs.md index 90b8e9c303125a..665af0167cd343 100644 --- a/doc/api/vfs.md +++ b/doc/api/vfs.md @@ -201,9 +201,6 @@ The promise namespace mirrors `fs.promises` and includes `readFile`, added: v26.4.0 --> -The base class for all VFS providers. Subclasses implement the essential -primitives (`open`, `stat`, `readdir`, `mkdir`, `rmdir`, `unlink`, -`rename`, ...) and inherit default implementations of the derived The base class for all VFS providers. Subclasses implement the essential primitives (such as `open`, `stat`, `readdir`, `mkdir`, `rmdir`, `unlink`, `rename`, etc.) and inherit default implementations of the derived