Skip to content

Commit c0cc545

Browse files
committed
Update README.md
1 parent 774d21d commit c0cc545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Curly braces following ampersand (`&`) surround a programmable predicate (versio
419419
The programmable predicate is arbitrary C source code to be executed during matching.
420420
The matching continues only if a nonzero value is assigned to the output variable `@@`.
421421
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.
423423

424424
The intrinsic macros `${prefix}` and `${PREFIX}` anywhere in C source code
425425
are replaced with the prefix and the uppercased one respectively.
@@ -500,7 +500,7 @@ Curly braces following exclamation (`!`) surround a negative programmable predic
500500
The negative programmable predicate is arbitrary C source code to be executed during matching.
501501
The matching continues only if 0 is assigned to the output variable `@@`.
502502
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.
504504

505505
The intrinsic macros `${prefix}` and `${PREFIX}` anywhere in C source code
506506
are replaced with the prefix and the uppercased one respectively.

0 commit comments

Comments
 (0)