Skip to content

Commit 242950b

Browse files
committed
Fixed typo
Changed procedure to its plural procedures. [ticket: X]
1 parent f705346 commit 242950b

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
@@ -24,7 +24,7 @@ assignments, procedures, methods, and operators. Note that the module
2424
assumes two's complement integers, but all current Fortran 95+
2525
processors use such integers.
2626

27-
Note that the module defines a number of "binary" procedure,
27+
Note that the module defines a number of "binary" procedures,
2828
procedures with two bitset arguments. These arguments must be of the
2929
same type and should have the same number of `bits`. For reasons of
3030
performance the module does not enforce the `bits` constraint, but

0 commit comments

Comments
 (0)