mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 02:33:53 -06:00
Fix typo (#43404)
* Fix typo * Fix off baseline Co-authored-by: Orta <git@orta.io>
This commit is contained in:
parent
b1571fcb71
commit
11097c622c
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"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user