Skip to content

Commit e7e84b4

Browse files
committed
doc: remove duplicate VirtualProvider description
Signed-off-by: Archkon <180910180+Archkon@users.noreply.github.com>
1 parent 8fec65d commit e7e84b4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

doc/api/vfs.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@ The promise namespace mirrors `fs.promises` and includes `readFile`,
201201
added: v26.4.0
202202
-->
203203

204-
The base class for all VFS providers. Subclasses implement the essential
205-
primitives (`open`, `stat`, `readdir`, `mkdir`, `rmdir`, `unlink`,
206-
`rename`, ...) and inherit default implementations of the derived
207204
The base class for all VFS providers. Subclasses implement the essential
208205
primitives (such as `open`, `stat`, `readdir`, `mkdir`, `rmdir`, `unlink`,
209206
`rename`, etc.) and inherit default implementations of the derived

0 commit comments

Comments
 (0)