Skip to content

Commit

Permalink
improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed May 12, 2024
1 parent 4ed083d commit ff02f43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/structure-bit-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ struct foo {

#source bitfield.c

- the integer values will behave as expected, e.g.
- the integer values will behave as expected w.r.t. underflow/overflow and
integer conversions/manipulations, e.g.

```C
struct foo_s {
Expand Down

0 comments on commit ff02f43

Please sign in to comment.