Skip to content

Commit 356ee0a

Browse files
authored
doc: fix broken fs.BigIntStats link in vfs.md
fs.md describes the bigint variant inside the fs.Stats section and has no separate fs.BigIntStats section to link to. Signed-off-by: greenhead <shren0812@gmail.com> PR-URL: #65045 Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 69bf457 commit 356ee0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/vfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,6 @@ fields use synthetic but stable values:
320320
[`RealFSProvider`]: #class-realfsprovider
321321
[`VirtualFileSystem`]: #class-virtualfilesystem
322322
[`VirtualProvider`]: #class-virtualprovider
323-
[`fs.BigIntStats`]: fs.md#class-fsbigintstats
323+
[`fs.BigIntStats`]: fs.md#class-fsstats
324324
[`fs.Stats`]: fs.md#class-fsstats
325325
[`node:fs`]: fs.md

0 commit comments

Comments
 (0)