Skip to content

Commit e0b6826

Browse files
committed
minor commenting updates.
1 parent 59402e2 commit e0b6826

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/json_value_module.F90

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ module json_value_module
215215
!! * 1 -- Default mode (see [[json_get_by_path_default]])
216216
!! * 2 -- as RFC 6901 "JSON Pointer" paths
217217
!! (see [[json_get_by_path_rfc6901]])
218-
!! * 3 -- JSONPath "bracket-notation" (currently only
219-
!! used in [[json_get_path]])
218+
!! * 3 -- JSONPath "bracket-notation"
219+
!! see [[json_get_by_path_jsonpath_bracket]])
220220

221221
character(kind=CK,len=1) :: path_separator = dot !! The `path` separator to use
222222
!! in the "default" mode for
@@ -6230,7 +6230,7 @@ end subroutine json_get_by_path_rfc6901
62306230
! of the structure. If it is not present, then the first key
62316231
! is taken to be in the `me` object.
62326232
!
6233-
! Single or double quotes may be used
6233+
! Single or double quotes may be used.
62346234
!
62356235
!### Example
62366236
!

0 commit comments

Comments
 (0)