Skip to content

Commit 1f708a1

Browse files
Fix lint issues
Signed-off-by: Jonathan DiLorenzo <[email protected]>
1 parent 695cfcf commit 1f708a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/v1/P4Runtime-Spec.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3989,7 +3989,7 @@ first, then the group needs to be created, and finally the match entry can be
39893989
inserted. Therefore, 3 distinct `WriteRequest` batches are required.
39903990

39913991
It is possible to include several `ActionProfileAction` messages with the same
3992-
exact `action` specification in one `ActionProfileActionSet` message. For
3992+
exact `action` specification in one `ActionProfileActionSet` message. For
39933993
`sum_of_members`, this allows clients to specify weights greater than the
39943994
`max_member_weight` set. E.g. modifying the example above, we can weight
39953995
nexthop 1 to be 2x100 (if `max_member_weight` is 100 as follows:
@@ -4021,8 +4021,8 @@ table_entry {
40214021
----
40224022

40234023
For `sum_of_weights`, this is still allowed, but discouraged since it offers
4024-
no additional expressive power over combining the weights into a single member.
4025-
For example, if the example above was using `sum_of_weights` mode, it could be
4024+
no additional expressive power over combining the weights into a single member.
4025+
For example, if the example above was using `sum_of_weights` mode, it could be
40264026
rewritten without using any additional resources as:
40274027
[source,protobuf]
40284028
----

0 commit comments

Comments
 (0)