mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
Fix typo (#43404)
* Fix typo * Fix off baseline Co-authored-by: Orta <git@orta.io>
This commit is contained in:
4
src/lib/es5.d.ts
vendored
4
src/lib/es5.d.ts
vendored
@@ -1073,7 +1073,7 @@ interface ReadonlyArray<T> {
|
||||
*/
|
||||
toString(): string;
|
||||
/**
|
||||
* Returns a string representation of an array. The elements are converted to string using their toLocalString methods.
|
||||
* Returns a string representation of an array. The elements are converted to string using their toLocaleString methods.
|
||||
*/
|
||||
toLocaleString(): string;
|
||||
/**
|
||||
@@ -1207,7 +1207,7 @@ interface Array<T> {
|
||||
*/
|
||||
toString(): string;
|
||||
/**
|
||||
* Returns a string representation of an array. The elements are converted to string using their toLocalString methods.
|
||||
* Returns a string representation of an array. The elements are converted to string using their toLocaleString methods.
|
||||
*/
|
||||
toLocaleString(): string;
|
||||
/**
|
||||
|
||||
@@ -223,7 +223,7 @@
|
||||
],
|
||||
"documentation": [
|
||||
{
|
||||
"text": "Returns a string representation of an array. The elements are converted to string using their toLocalString methods.",
|
||||
"text": "Returns a string representation of an array. The elements are converted to string using their toLocaleString methods.",
|
||||
"kind": "text"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user