Skip to content

Commit aeae7dd

Browse files
committed
Changed discussion of bitset_type
Jeremie suggested a change that I thought wasn't right so I implemented my own change. [ticket: X]
1 parent d7cf384 commit aeae7dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/specs/stdlib_bitsets.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ for each element of the sequence, where `test` is `.true.` if the value
6262
is 1 and `.false.` otherwise. The number of such values in an entity
6363
of that type is to be termed, `bits`. The bits are ordered in terms of
6464
position, that, in turn, is indexed from 0 to `bits-1`. `bitset_type` is
65-
not used in source code. The syntax for using the types are:
65+
used only as a `class` to define varibles that can be either a `bitset_64` or
66+
a `bitset_large`. The syntax for using the types are:
6667

6768
`class([[stdlib_bitset(module):bitset_type(class)]]) :: variable`
6869

0 commit comments

Comments
 (0)