From ff02f43f941357a2b835162459a6b7ba6d82afbe Mon Sep 17 00:00:00 2001 From: Vladimir Kotal Date: Sun, 12 May 2024 22:24:20 +0200 Subject: [PATCH] improve wording --- modules/structure-bit-fields.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/structure-bit-fields.md b/modules/structure-bit-fields.md index 7991dac8..c5a10c63 100644 --- a/modules/structure-bit-fields.md +++ b/modules/structure-bit-fields.md @@ -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 {