Commit 81e78f6
fix(lib): add missing JSDoc to ReadonlySet and fix Set#size grammar
Closes #63480: Set#size JSDoc said "in Set" — added the missing article
("in the Set") to match the grammar used in Map#size and everywhere else
in the file.
Closes #63481: ReadonlySet.forEach, ReadonlySet.has, and ReadonlySet.size
had no JSDoc at all. Added comments mirroring the corresponding Set<T>
members (updating the callback type reference from Set<T> to ReadonlySet<T>
where applicable).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f350b52 commit 81e78f6
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
109 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
110 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
111 | 120 | | |
112 | 121 | | |
113 | 122 | | |
| |||
0 commit comments