Fix JSDoc grammar typo: 'returns a undefined' → 'returns undefined'#63525
Fix JSDoc grammar typo: 'returns a undefined' → 'returns undefined'#63525driphtyio wants to merge 2 commits into
Conversation
|
This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise. |
2 similar comments
|
This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise. |
|
This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise. |
|
@driphtyio please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Summary
Fixes a grammar typo in the JSDoc for
SymbolConstructor.keyFor.@returns a undefined→@returns undefinedChanges
src/lib/es2015.symbol.d.ts: One-line JSDoc grammar fixThis is a non-disruptive
lib.d.tschange in the accepted category per the repository's contribution policy.