Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit 8cdb598

Browse files
fix(core/inlines): fix RFC2119 MAY regex (speced#4427)
1 parent 6f6032f commit 8cdb598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/inlines.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const localizationStrings = {
3131
/\bMUST(?:\s+NOT)?\b/,
3232
/\bSHOULD(?:\s+NOT)?\b/,
3333
/\bSHALL(?:\s+NOT)?\b/,
34-
/\bMAY?\b/,
34+
/\bMAY\b/,
3535
/\b(?:NOT\s+)?REQUIRED\b/,
3636
/\b(?:NOT\s+)?RECOMMENDED\b/,
3737
/\bOPTIONAL\b/,

0 commit comments

Comments
 (0)