Skip to content

Commit 949d2ee

Browse files
committed
Fix format, remove remrant of conflict resolution
Signed-off-by: Vladimír Štill <[email protected]> Signed-off-by: Vladimír Štill <[email protected]>
1 parent 958c576 commit 949d2ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

p4-16/spec/P4-16-spec.adoc

+2-3
Original file line numberDiff line numberDiff line change
@@ -5786,7 +5786,7 @@ include::grammar.adoc[tag=forInitStatement]
57865786
include::grammar.adoc[tag=forUpdateStatement]
57875787
----
57885788

5789-
The basic 3-clause `for` statement is similar to a C for statement. The init statements
5789+
The basic 3-clause `for` statement is similar to a C `for` statement. The init statements
57905790
will be executed prior to executing the loop. The condition will be evaluated before
57915791
each iteration, to determine if the loop should exit. If the condition is false, the loop
57925792
will exit without executing any statements from the loop body or update.
@@ -5805,9 +5805,8 @@ A `continue;` statement may be executed in a loop body to skip the rest of the c
58055805
loop body, executing the update statements and then evaluating the condition to
58065806
either execute the loop body again, or terminate the loop.
58075807

5808-
The scope of any declaration in a for statement is limited to the for statement and its body.
5808+
The scope of any declaration in a `for` statement is limited to the `for` statement and its body.
58095809

5810-
>>>>>>> upstream/main:p4-16/spec/P4-16-spec.mdk
58115810
[#sec-packet-parsing]
58125811
== Packet parsing
58135812

0 commit comments

Comments
 (0)