Skip to content

Commit

Permalink
remove spurious section breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Jun 29, 2023
1 parent b2de7c8 commit d429ad0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spec.md
Expand Up @@ -29,8 +29,6 @@ Bits types are typically fixed-width unsigned integers, like `u32`, but may be m

A value at a specific location within a bits type that may be set or unset.

----

### Flag

A uniquely named set of bits in a bits type.
Expand Down Expand Up @@ -81,8 +79,6 @@ const B = 0b1111_1111;

A set of defined flags over a specific bits type.

----

#### Known bit

A bit in any defined flag.
Expand Down Expand Up @@ -177,8 +173,6 @@ This flags type is not normal, but guarantees no bits will ever be truncated.

An instance of a flags type using its bits type for storage.

----

#### Empty

Whether all bits in a flags value are unset.
Expand Down

0 comments on commit d429ad0

Please sign in to comment.