Skip to content

Typo in String#match (lib.es2015.symbol.wellknown) #36299

Open
@G-Rath

Description

@G-Rath

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:

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

No one assigned

    Labels

    BugA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScript

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions