Update assert msg

This commit is contained in:
Yui T
2015-12-17 17:27:00 -08:00
parent 5a53c613e4
commit e4e6f7072d

View File

@@ -2769,7 +2769,7 @@ namespace FourSlashInterface {
}
public assertRangesEmpty(ranges: FourSlash.Range[]) {
assert(ranges.length !== 0, "Ranges array is expected to be non-empty");
assert(ranges.length !== 0, "Array of ranges is expected to be non-empty");
}
public completionListIsEmpty() {
@@ -3291,4 +3291,4 @@ namespace FourSlashInterface {
};
}
}
}
}