Skip to content

Commit 0e3b788

Browse files
committed
Merge branch 'bitsets3' of https://github.com/wclodius2/stdlib into bitsets3
2 parents d6dc6b1 + 30c2116 commit 0e3b788

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/specs/stdlib_bitsets.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,7 @@ Elemental function.
416416

417417
#### Result value
418418

419-
The result is a default logical scalar.
420-
The result is `.true.` if any bits in `self` are set, otherwise it
419+
The result is a default logical scalar. The result is `.true.` if any bits in `self` are set, otherwise it
421420
is `.false.`.
422421

423422
#### Example
@@ -976,7 +975,7 @@ Performs the logical complement on the bits of `self`.
976975

977976
#### Syntax
978977

979-
`result = self % [[bitset_type(class):not(bound)]] ()`
978+
`call self % [[bitset_type(class):not(bound)]] ()`
980979

981980
#### Class
982981

0 commit comments

Comments
 (0)