Skip to content

Commit 2d15b91

Browse files
committed
Fix comment
1 parent 60ffa87 commit 2d15b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-site/js/specmacros.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function enameInlineMacro () {
223223
//})
224224

225225
function enumExists(target) {
226-
// This accommodates the rewrite? method, which changes the target of
226+
// This accommodates the enumRewrite method, which changes the target of
227227
// ename: from the enum name to the enumerant name including it.
228228
return apiNames.consts.hasOwnProperty(target) || apiNames.enums.hasOwnProperty(target)
229229
}

0 commit comments

Comments
 (0)