Skip to content

Commit

Permalink
Remove -ing
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerBill committed Jun 29, 2024
1 parent 08066a9 commit 531cbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2113,7 +2113,7 @@ Foo :: bit_field [4]u8 {...}
```

Notes:
* If _all_ of the fields in a `bit_field` are 1-bit in size and are a boolean, please considering using a [`bit_set`](#bit-sets) instead.
* If _all_ of the fields in a `bit_field` are 1-bit in size and are a boolean, please consider using a [`bit_set`](#bit-sets) instead.
* Odin's `bit_field` and C's bit-fields might not be compatible
* Odin's `bit_field`s have a well defined layout (Least-Significant-Bit)
* C's bit fields on `struct`s are undefined and are not portable across targets and compilers
Expand Down

0 comments on commit 531cbed

Please sign in to comment.