File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ Curly braces following ampersand (`&`) surround a programmable predicate (versio
419419The programmable predicate is arbitrary C source code to be executed during matching.
420420The matching continues only if a nonzero value is assigned to the output variable ` @@ ` .
421421The initial value of ` @@ ` is 1.
422- No input text is not consumed from the input and remains available for subsequent matching.
422+ The input text is not consumed from the input and remains available for subsequent matching.
423423
424424The intrinsic macros ` ${prefix} ` and ` ${PREFIX} ` anywhere in C source code
425425are replaced with the prefix and the uppercased one respectively.
@@ -500,7 +500,7 @@ Curly braces following exclamation (`!`) surround a negative programmable predic
500500The negative programmable predicate is arbitrary C source code to be executed during matching.
501501The matching continues only if 0 is assigned to the output variable ` @@ ` .
502502The initial value of ` @@ ` is 0.
503- No input text is not consumed from the input and remains available for subsequent matching.
503+ The input text is not consumed from the input and remains available for subsequent matching.
504504
505505The intrinsic macros ` ${prefix} ` and ` ${PREFIX} ` anywhere in C source code
506506are replaced with the prefix and the uppercased one respectively.
You can’t perform that action at this time.
0 commit comments