mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
fix typo in intellisense (#21914)
This commit is contained in:
committed by
Mohamed Hegazy
parent
9e6d862bf4
commit
80464e8ff1
4
src/lib/es5.d.ts
vendored
4
src/lib/es5.d.ts
vendored
@@ -985,7 +985,7 @@ interface ReadonlyArray<T> {
|
||||
*/
|
||||
toString(): string;
|
||||
/**
|
||||
* Returns a string representation of an array. The elements are converted to string using thier toLocalString methods.
|
||||
* Returns a string representation of an array. The elements are converted to string using their toLocalString methods.
|
||||
*/
|
||||
toLocaleString(): string;
|
||||
/**
|
||||
@@ -1104,7 +1104,7 @@ interface Array<T> {
|
||||
*/
|
||||
toString(): string;
|
||||
/**
|
||||
* Returns a string representation of an array. The elements are converted to string using thier toLocalString methods.
|
||||
* Returns a string representation of an array. The elements are converted to string using their toLocalString methods.
|
||||
*/
|
||||
toLocaleString(): string;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user