We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ffa87 commit 2d15b91Copy full SHA for 2d15b91
docs-site/js/specmacros.js
@@ -223,7 +223,7 @@ function enameInlineMacro () {
223
//})
224
225
function enumExists(target) {
226
- // This accommodates the rewrite? method, which changes the target of
+ // This accommodates the enumRewrite method, which changes the target of
227
// ename: from the enum name to the enumerant name including it.
228
return apiNames.consts.hasOwnProperty(target) || apiNames.enums.hasOwnProperty(target)
229
}
0 commit comments