Skip to content

Commit 0f87435

Browse files
Add a missing ")"
Signed-off-by: Jonathan DiLorenzo <[email protected]>
1 parent 1f708a1 commit 0f87435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v1/P4Runtime-Spec.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3992,7 +3992,7 @@ It is possible to include several `ActionProfileAction` messages with the same
39923992
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
3995-
nexthop 1 to be 2x100 (if `max_member_weight` is 100 as follows:
3995+
nexthop 1 to be 2x100 (if `max_member_weight` is 100) as follows:
39963996
[source,protobuf]
39973997
----
39983998
table_entry {

0 commit comments

Comments
 (0)