'with' to 'to'

This commit is contained in:
Daniel Rosenwasser
2015-11-04 13:19:15 -08:00
parent 42c49cea0d
commit 6c8c1223f2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4835,7 +4835,7 @@ namespace ts {
if (!message) {
message = relation === comparableRelation ?
Diagnostics.Type_0_is_not_comparable_with_type_1 :
Diagnostics.Type_0_is_not_comparable_to_type_1 :
Diagnostics.Type_0_is_not_assignable_to_type_1;
}
+1 -1
View File
@@ -888,7 +888,7 @@
"category": "Error",
"code": 2322
},
"Type '{0}' is not comparable with type '{1}'.": {
"Type '{0}' is not comparable to type '{1}'.": {
"category": "Error",
"code": 2323
},