We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e61681 commit 497099dCopy full SHA for 497099d
src/utils/parser/constants.mjs
@@ -41,7 +41,7 @@ export const DOC_API_HEADING_TYPES = [
41
type: 'method',
42
regex: new RegExp(`^\`${PROPERTY}${FUNCTION_CALL}\`$`, 'i'),
43
},
44
- { type: 'event', regex: /^Event: +`'?([^']+)'`?$/i },
+ { type: 'event', regex: /^Event: +`'?([^']+)'`$/i },
45
{
46
type: 'class',
47
regex: new RegExp(
0 commit comments