diff --git a/README.md b/README.md index d28a0a0..fc95fb0 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ absl::variant> P4ToConstraintInfo( // Returns an InvalidArgument Status if the entry belongs to a table // not present in ConstraintInfo, or if it is inconsistent with the table // definition in ConstraintInfo. -gutils::StatusOr ReasonEntryViolatesConstraint(const p4::v1::TableEntry& entry, +gutils::StatusOr ReasonEntryViolatesConstraint(const p4::v1::TableEntry& entry, const ConstraintInfo& context); ``` For those who seek more fine-grained control, the API also offers more