Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smolkaj authored May 6, 2024
1 parent a588d23 commit 9838071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ installed by the control plane at runtime.
An *action restriction* is similar to an entry restriction, but is placed on a
P4 action:
```p4
// Disallow mulitcast group ID 0, since it indicates "no multicast" in
// Disallow multicast group ID 0, since it indicates "no multicast" in
// `v1model.p4`.
@action_restriction("multicast_group_id != 0")
action multicast(bit<16> multicast_group_id) {
Expand Down

0 comments on commit 9838071

Please sign in to comment.