Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Apr 22, 2023
1 parent 280ae0e commit 6a62a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/json_value_module.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ subroutine json_initialize(me,&
me%escape_solidus = escape_solidus
end if

! how to handle null to read conversions:
! how to handle null to real conversions:
if (present(null_to_real_mode)) then
select case (null_to_real_mode)
case(1_IK:3_IK)
Expand Down

0 comments on commit 6a62a4d

Please sign in to comment.