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:
250
250
251
251
## Specification of the ` stdlib_bitsets ` methods and procedures
252
252
253
- ### ` all ` - determine whether all bits are set in ` self ` .
253
+ ### ` all ` - determine whether all bits are set in ` self `
254
254
255
255
#### Status
256
256
@@ -298,7 +298,7 @@ otherwise it is `.false.`.
298
298
end program demo_all
299
299
```
300
300
301
- ### ` and ` - bitwise ` and ` of the bits of two bitsets.
301
+ ### ` and ` - bitwise ` and ` of the bits of two bitsets
302
302
303
303
#### Status
304
304
@@ -546,7 +546,7 @@ the number of defined bits in `self`.
546
546
end program demo_bits
547
547
```
548
548
549
- ### ` clear ` - clears a sequence of one or more bits.
549
+ ### ` clear ` - clears a sequence of one or more bits
550
550
551
551
#### Status
552
552
@@ -1023,7 +1023,7 @@ complement of their values on input.
1023
1023
end program demo_not
1024
1024
```
1025
1025
1026
- ### ` or ` - Bitwise OR of the bits of two bitsets.
1026
+ ### ` or ` - Bitwise OR of the bits of two bitsets
1027
1027
1028
1028
#### Status
1029
1029
@@ -1262,7 +1262,7 @@ as its error code. The possible error codes are:
1262
1262
end program demo_read_bitset
1263
1263
```
1264
1264
1265
- ### ` set ` - sets a sequence of one or more bits to 1.
1265
+ ### ` set ` - sets a sequence of one or more bits to 1
1266
1266
1267
1267
#### Status
1268
1268
You can’t perform that action at this time.
0 commit comments