mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 11:24:49 -05:00
Fix typo
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user