Skip to content

Commit 9005197

Browse files
authored
Replaced BrowserFS with ZenFS
Changed `BrowserFS` with `ZenFS` in `EmscriptenFS` doc comment
1 parent a0ac03a commit 9005197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export class EmscriptenFile extends File<EmscriptenFS> {
151151
}
152152

153153
/**
154-
* Mounts an Emscripten file system into the BrowserFS file system.
154+
* Mounts an Emscripten file system into the ZenFS file system.
155155
*/
156156
export class EmscriptenFS extends Sync(FileSystem) {
157157
public constructor(

0 commit comments

Comments
 (0)