Skip to content

Commit 6a62a4d

Browse files
committed
typo
1 parent 280ae0e commit 6a62a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json_value_module.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ subroutine json_initialize(me,&
11071107
me%escape_solidus = escape_solidus
11081108
end if
11091109

1110-
! how to handle null to read conversions:
1110+
! how to handle null to real conversions:
11111111
if (present(null_to_real_mode)) then
11121112
select case (null_to_real_mode)
11131113
case(1_IK:3_IK)

0 commit comments

Comments
 (0)