Skip to content

Commit 48ba158

Browse files
wclodius2jvdp1
andauthored
Update doc/specs/stdlib_hashmaps.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 21886cd commit 48ba158

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/specs/stdlib_hashmaps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,11 @@ is an `intent(out)` argument.
276276
implicit none
277277
type(other_type) :: other_in, other_out
278278
integer(int_8) :: i
279-
class(*), allocatable :: dummy
280-
type dummy_type
279+
class(*), allocatable :: dummy
280+
type dummy_type
281281
integer(int8) :: value(15)
282282
end type
283-
type(dummy_type) :: dummy_val
283+
type(dummy_type) :: dummy_val
284284
do i=1, 15
285285
dummy_val % value1(i) = i
286286
end do

0 commit comments

Comments
 (0)