We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fbce89 commit 7539c04Copy full SHA for 7539c04
1 file changed
src/lib/es2015.symbol.d.ts
@@ -19,7 +19,7 @@ interface SymbolConstructor {
19
20
/**
21
* Returns a key from the global symbol registry matching the given Symbol if found.
22
- * Otherwise, returns a undefined.
+ * Otherwise, returns undefined.
23
* @param sym Symbol to find the key for.
24
*/
25
keyFor(sym: symbol): string | undefined;
0 commit comments