Skip to content

Commit b7f5638

Browse files
committed
Reword VFS paths
Signed-off-by: Darshan Sen <[email protected]>
1 parent 2a8f035 commit b7f5638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/virtual-file-system-requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ single-executable to be able to access nested file paths.
4343
## No interference with valid paths in the file system
4444

4545
If the bundled files in the VFS correspond to certain paths that already exist
46-
in the real file system, that will be very confusing, so it should use such
47-
paths that cannot be used by existing files.
46+
in the real file system, that will break certain use-cases, so it should use
47+
such paths that cannot be used by existing files.
4848

4949
Pkg uses [`/snapshot`](https://github.com/vercel/pkg#snapshot-filesystem) as the
5050
prefix for all the embedded files. This is confusing if `/snapshot` is an

0 commit comments

Comments
 (0)