Skip to content

Commit 3a868af

Browse files
committed
Fix typo
1 parent 686e9a4 commit 3a868af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/harness/vfs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ namespace vfs {
706706
}
707707

708708
/**
709-
* Generates a `FileSet` patch containing all the entries in `chagned` that are not in `base`.
709+
* Generates a `FileSet` patch containing all the entries in `changed` that are not in `base`.
710710
*/
711711
public static diff(changed: FileSystem, base: FileSystem, options: DiffOptions = {}) {
712712
const differences: FileSet = {};

0 commit comments

Comments
 (0)