* Fix typo

* Fix off baseline

Co-authored-by: Orta <git@orta.io>
This commit is contained in:
Greg Finley
2021-03-29 04:14:44 -07:00
committed by GitHub
parent b1571fcb71
commit 11097c622c
2 changed files with 3 additions and 3 deletions

4
src/lib/es5.d.ts vendored
View File

@@ -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;
/**

View File

@@ -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"
}
]