Skip to content

Commit 3f6972d

Browse files
committed
minor comment change to fix a syntax highlighting bug in the robodoc html output.
1 parent 5227de0 commit 3f6972d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json_module.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2685,7 +2685,7 @@ subroutine json_get_chars(this, path, value, found)
26852685

26862686
s = pre//c//post
26872687

2688-
n = n-1 !one character has been removed from the string ('\')
2688+
n = n-1 !backslash character has been removed from the string
26892689

26902690
case('u') !expecting 4 hexadecimal digits after the escape character [\uXXXX]
26912691

0 commit comments

Comments
 (0)