Fix JSDoc grammar typo: 'returns a undefined' → 'returns undefined' (#63525)

Co-authored-by: Tech-Savvy Builder <tech@crypto-nite.com>
This commit is contained in:
niteagent
2026-06-05 16:12:43 -07:00
committed by GitHub
parent 6fbce89821
commit 7539c04d94

View File

@@ -19,7 +19,7 @@ interface SymbolConstructor {
/**
* Returns a key from the global symbol registry matching the given Symbol if found.
* Otherwise, returns a undefined.
* Otherwise, returns undefined.
* @param sym Symbol to find the key for.
*/
keyFor(sym: symbol): string | undefined;