mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
fix typo in intellisense (#21914)
This commit is contained in:
committed by
Mohamed Hegazy
parent
9e6d862bf4
commit
80464e8ff1
Vendored
+2
-2
@@ -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