File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/baselines/reference Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1073,7 +1073,7 @@ interface ReadonlyArray<T> {
1073
1073
*/
1074
1074
toString ( ) : string ;
1075
1075
/**
1076
- * Returns a string representation of an array. The elements are converted to string using their toLocalString methods.
1076
+ * Returns a string representation of an array. The elements are converted to string using their toLocaleString methods.
1077
1077
*/
1078
1078
toLocaleString ( ) : string ;
1079
1079
/**
@@ -1207,7 +1207,7 @@ interface Array<T> {
1207
1207
*/
1208
1208
toString ( ) : string ;
1209
1209
/**
1210
- * Returns a string representation of an array. The elements are converted to string using their toLocalString methods.
1210
+ * Returns a string representation of an array. The elements are converted to string using their toLocaleString methods.
1211
1211
*/
1212
1212
toLocaleString ( ) : string ;
1213
1213
/**
Original file line number Diff line number Diff line change 223
223
],
224
224
"documentation": [
225
225
{
226
- "text": "Returns a string representation of an array. The elements are converted to string using their toLocalString methods.",
226
+ "text": "Returns a string representation of an array. The elements are converted to string using their toLocaleString methods.",
227
227
"kind": "text"
228
228
}
229
229
]
You can’t perform that action at this time.
0 commit comments