We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686e9a4 commit 3a868afCopy full SHA for 3a868af
src/harness/vfs.ts
@@ -706,7 +706,7 @@ namespace vfs {
706
}
707
708
/**
709
- * Generates a `FileSet` patch containing all the entries in `chagned` that are not in `base`.
+ * Generates a `FileSet` patch containing all the entries in `changed` that are not in `base`.
710
*/
711
public static diff(changed: FileSystem, base: FileSystem, options: DiffOptions = {}) {
712
const differences: FileSet = {};
0 commit comments