Skip to content

Commit 497099d

Browse files
committed
fixup!
1 parent 7e61681 commit 497099d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/parser/constants.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const DOC_API_HEADING_TYPES = [
4141
type: 'method',
4242
regex: new RegExp(`^\`${PROPERTY}${FUNCTION_CALL}\`$`, 'i'),
4343
},
44-
{ type: 'event', regex: /^Event: +`'?([^']+)'`?$/i },
44+
{ type: 'event', regex: /^Event: +`'?([^']+)'`$/i },
4545
{
4646
type: 'class',
4747
regex: new RegExp(

0 commit comments

Comments
 (0)