archives

« Bugzilla Issues Index

#4156 — 21.2.5.2.2 RegExpBuiltinExec: step 10: "i" → "lastIndex"; step 15.d: "else" → "Else"; step 28.c.ii: "capture" → "captureI"


21.2.5.2.2 Runtime Semantics: RegExpBuiltinExec

Three typos:

(1) step 10 reads: "... let i = 0."; should be: "... let lastIndex = 0."

(2) step 15.d: "else"; should be: "Else"

(3) step 28.c.i: "... of the code points of capture."; should be: "... captureI."


fixed in rev36 editor's draft


in rev36