Skip to content

Commit 4615ed4

Browse files
committed
bitset_specs: subtitles
1 parent d1bf5d0 commit 4615ed4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/specs/stdlib_bitsets.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ are summarized in the following table:
250250

251251
## Specification of the `stdlib_bitsets` methods and procedures
252252

253-
### `all` - determine whether all bits are set in `self`.
253+
### `all` - determine whether all bits are set in `self`
254254

255255
#### Status
256256

@@ -298,7 +298,7 @@ otherwise it is `.false.`.
298298
end program demo_all
299299
```
300300

301-
### `and` - bitwise `and` of the bits of two bitsets.
301+
### `and` - bitwise `and` of the bits of two bitsets
302302

303303
#### Status
304304

@@ -546,7 +546,7 @@ the number of defined bits in `self`.
546546
end program demo_bits
547547
```
548548

549-
### `clear` - clears a sequence of one or more bits.
549+
### `clear` - clears a sequence of one or more bits
550550

551551
#### Status
552552

@@ -1023,7 +1023,7 @@ complement of their values on input.
10231023
end program demo_not
10241024
```
10251025

1026-
### `or` - Bitwise OR of the bits of two bitsets.
1026+
### `or` - Bitwise OR of the bits of two bitsets
10271027

10281028
#### Status
10291029

@@ -1262,7 +1262,7 @@ as its error code. The possible error codes are:
12621262
end program demo_read_bitset
12631263
```
12641264

1265-
### `set` - sets a sequence of one or more bits to 1.
1265+
### `set` - sets a sequence of one or more bits to 1
12661266

12671267
#### Status
12681268

0 commit comments

Comments
 (0)