This commit is contained in:
Sheetal Nandi
2019-09-11 12:34:20 -07:00
parent 686e9a42db
commit 3a868af5f5

View File

@@ -706,7 +706,7 @@ namespace vfs {
}
/**
* 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`.
*/
public static diff(changed: FileSystem, base: FileSystem, options: DiffOptions = {}) {
const differences: FileSet = {};