File tree 1 file changed +2
-2
lines changed
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
419
419
The programmable predicate is arbitrary C source code to be executed during matching.
420
420
The matching continues only if a nonzero value is assigned to the output variable ` @@ ` .
421
421
The 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.
423
423
424
424
The intrinsic macros ` ${prefix} ` and ` ${PREFIX} ` anywhere in C source code
425
425
are replaced with the prefix and the uppercased one respectively.
@@ -500,7 +500,7 @@ Curly braces following exclamation (`!`) surround a negative programmable predic
500
500
The negative programmable predicate is arbitrary C source code to be executed during matching.
501
501
The matching continues only if 0 is assigned to the output variable ` @@ ` .
502
502
The 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.
504
504
505
505
The intrinsic macros ` ${prefix} ` and ` ${PREFIX} ` anywhere in C source code
506
506
are replaced with the prefix and the uppercased one respectively.
You can’t perform that action at this time.
0 commit comments