Skip to content

Commit 8330945

Browse files
committed
Changed varibles to entities.
what happened [ticket: X]
1 parent aeae7dd commit 8330945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_bitsets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ 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-
used only as a `class` to define varibles that can be either a `bitset_64` or
65+
used only as a `class` to define entities that can be either a `bitset_64` or
6666
a `bitset_large`. The syntax for using the types are:
6767

6868
`class([[stdlib_bitset(module):bitset_type(class)]]) :: variable`

0 commit comments

Comments
 (0)