Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion p4-16/spec/P4-16-spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2414,7 +2414,7 @@ An array is a fixed-size vector of elements of the same type. It is defined as:
include::grammar.adoc[tag=arrayType]
----

where `typeRef` refers to the element type and the expression is a compile-time
where `typeRef` refers to the element type and the expression is a local compile-time
known value that is the size of the array. For an array type such as `arr[n]`,
`n-1` is the maximum defined index.

Expand Down
Loading