Skip to content

Commit e5ea409

Browse files
committed
fixup! Accept file paths in the VFS as arguments
Signed-off-by: Darshan Sen <[email protected]>
1 parent b7f5638 commit e5ea409

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
@@ -79,8 +79,8 @@ would not interfere with the actual file paths.
7979
## Accept file paths in the VFS as arguments
8080

8181
If a single-executable formatter is run with an argument that is a path to a
82-
file inside the VFS, it should be able to use the `fs` APIs to read, format and
83-
print the formatted contents to `stdout`.
82+
file inside the VFS, it should not be able to use the `fs` APIs to read, format
83+
and print the formatted contents to `stdout`.
8484

8585
## Cross-platform tooling
8686

0 commit comments

Comments
 (0)