File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments