We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fca6e6 commit f25314bCopy full SHA for f25314b
src/json_module.f90
@@ -2712,7 +2712,7 @@ end function string_to_double
2712
! json_get_integer
2713
!
2714
! DESCRIPTION
2715
-! Get an integer value from an json_value.
+! Get an integer value from a json_value.
2716
2717
! SOURCE
2718
@@ -2849,7 +2849,7 @@ end subroutine json_get_integer_vec
2849
! json_get_double
2850
2851
2852
-! Get a double value from an json_value.
+! Get a double value from a json_value.
2853
2854
2855
@@ -2986,7 +2986,7 @@ end subroutine json_get_double_vec
2986
! json_get_logical
2987
2988
2989
-! Get a logical value from an json_value.
+! Get a logical value from a json_value.
2990
2991
2992
0 commit comments