Skip to content

Commit d66a3c3

Browse files
authored
Update doc/specs/stdlib_hashmaps.md
1 parent 8cb2d72 commit d66a3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_hashmaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ the same type; otherwise the provided scalar variable is undefined.
639639
value = 15
640640
call set( other, value )
641641
call get_other_scalar( other, result )
642-
print *, 'RESULT == VALUE = ', ( value == result )
642+
print *, 'RESULT == VALUE = ', ( result == value )
643643
end program demo_get
644644
```
645645

0 commit comments

Comments
 (0)