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:
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:
|
/** |
|
* 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 🙂
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:
The typo itself is that
String#matchinlib.es2015.symbol.wellknownhas 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
My PR replaced it with "with a regular expression" - Let me know what the correct way to proceed with this is 🙂