Skip to content

Commit

Permalink
Merge branch 'Olivier-Boudeville/doc/improve-bitstring-default-match-…
Browse files Browse the repository at this point in the history
…wording' into maint

* Olivier-Boudeville/doc/improve-bitstring-default-match-wording:
  Respect hard word-wrap at column 80
  Clarify default type of matched values in bit strings
  • Loading branch information
garazdawi committed Feb 12, 2025
2 parents fc113df + d96c7e5 commit ff6d659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/doc/reference_manual/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1298,8 +1298,8 @@ Each element `Ei` specifies a _segment_ of the bit string. The segments are
ordered left to right from the most significant bit to the least significant bit
of the bit string.

Each segment specification `Ei` is a value, followed by an optional _size
expression_ and an optional _type specifier list_.
Each segment specification `Ei` is a value, whose default type is `integer`,
followed by an optional _size expression_ and an optional _type specifier list_.

```
Ei = Value |
Expand Down

0 comments on commit ff6d659

Please sign in to comment.