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 2e18273 commit c56bc85Copy full SHA for c56bc85
regcomp.sym
@@ -236,7 +236,7 @@ SRCLOSE SRCLOSE, none ; Close preceding SROPEN
236
REF REF, num 2 V ; Match some already matched string
237
REFF REF, num 2 V ; Match already matched string, using /di rules.
238
REFFL REF, num 2 V ; Match already matched string, using /li rules.
239
-# N?REFF[AU] could have been implemented using the FLAGS field of the
+# REFF[AU]N? could have been implemented using the FLAGS field of the
240
# regnode, but by having a separate node type, we can use the existing switch
241
# statement to avoid some tests
242
REFFU REF, num 2 V ; Match already matched string, using /ui.
0 commit comments