Skip to content

Commit f25314b

Browse files
committed
corrected minor typos.
1 parent 7fca6e6 commit f25314b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/json_module.f90

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2712,7 +2712,7 @@ end function string_to_double
27122712
! json_get_integer
27132713
!
27142714
! DESCRIPTION
2715-
! Get an integer value from an json_value.
2715+
! Get an integer value from a json_value.
27162716
!
27172717
! SOURCE
27182718

@@ -2849,7 +2849,7 @@ end subroutine json_get_integer_vec
28492849
! json_get_double
28502850
!
28512851
! DESCRIPTION
2852-
! Get a double value from an json_value.
2852+
! Get a double value from a json_value.
28532853
!
28542854
! SOURCE
28552855

@@ -2986,7 +2986,7 @@ end subroutine json_get_double_vec
29862986
! json_get_logical
29872987
!
29882988
! DESCRIPTION
2989-
! Get a logical value from an json_value.
2989+
! Get a logical value from a json_value.
29902990
!
29912991
! SOURCE
29922992

0 commit comments

Comments
 (0)