-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Open
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScript
Milestone
Description
TypeScript Version: 3.0.0-dev.201xxxxx
Search Terms:
typos, string, lib, es2015.symbol.wellknown
I've wiped the majority of the template since this is a typo report.
I was originally going to just make a PR but the template had:
- There is an associated issue in the
Backlog
milestone (required)
The typo itself is that String#match
in lib.es2015.symbol.wellknown
has it's param description pasted in the middle of it's method description:
TypeScript/src/lib/es2015.symbol.wellknown.d.ts
Lines 209 to 212 in d2c5d54
/** | |
* Matches a string an object that supports being matched against, and returns an array containing the results of that search. | |
* @param matcher An object that supports being matched against. | |
*/ |
My PR replaced it with "with a regular expression" - Let me know what the correct way to proceed with this is 🙂
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScript