Skip to content

Commit 47f0405

Browse files
authored
Merge pull request #872 from p4lang/v1.2.1-formatting
Fix small formatting issues in v1.2.1
2 parents ba78398 + 387b7fc commit 47f0405

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

p4-16/spec/P4-16-spec.mdk

+8-8
Original file line numberDiff line numberDiff line change
@@ -7767,13 +7767,13 @@ The P4 compiler should provide:
77677767
| | | tuples, `@deprecated` annotation, free-form annotations, `int` type |
77687768
| | | `table.apply().miss`, `string` type. |
77697769
|-----|-----|-----|
7770-
| 1.2.1 | June 11, 2020 | Added structure-value expressions, default values, concatenation, |
7771-
| | | | structured annotations; standardized several new annotations; |
7772-
| | | | generalized typing rule for masks; restricted typing rule for |
7773-
| | | | shifts with infinite-precistion operands; clarified evaluation |
7774-
| | | | order for table keys; clarified copy-out behavior; clarified |
7775-
| | | | semantics of invalid header stacks; clarified initialization |
7776-
| | | | semantics; fixed several small issues in grammar. |
7770+
| 1.2.1 | June 11, 2020 | Added structure-value expressions, default values, concatenation, |
7771+
| | | structured annotations; standardized several new annotations; |
7772+
| | | generalized typing rule for masks; restricted typing rule for |
7773+
| | | shifts with infinite-precistion operands; clarified evaluation |
7774+
| | | order for table keys; clarified copy-out behavior; clarified |
7775+
| | | semantics of invalid header stacks; clarified initialization |
7776+
| | | semantics; fixed several small issues in grammar. |
77777777
|-----|-----|-----|
77787778

77797779
## Summary of changes made in version 1.2.1
@@ -7787,7 +7787,7 @@ The P4 compiler should provide:
77877787
[#sec-concatenation]).
77887788

77897789
* Added key-value and list-structured annotations (Section
7790-
[#annotations]).
7790+
[#sec-annotations]).
77917791

77927792
* Added `@pure` and `@noSideEffects` annotations (Section
77937793
[#sec-extern-annotations]).

0 commit comments

Comments
 (0)