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> {
10731073 */
10741074 toString ( ) : string ;
10751075 /**
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.
10771077 */
10781078 toLocaleString ( ) : string ;
10791079 /**
@@ -1207,7 +1207,7 @@ interface Array<T> {
12071207 */
12081208 toString ( ) : string ;
12091209 /**
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.
12111211 */
12121212 toLocaleString ( ) : string ;
12131213 /**
Original file line number Diff line number Diff line change 223223 ],
224224 "documentation": [
225225 {
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.",
227227 "kind": "text"
228228 }
229229 ]
You can’t perform that action at this time.
0 commit comments