Skip to content

Commit 73c2da1

Browse files
authored
Fix example Hjson in readme (#44)
1 parent 3a15f15 commit 73c2da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ There are four types of comments: *before*, *key*, *inside* and *after*. If a co
389389
/* This is a *before* comment to value2. */
390390
key2:
391391
// This is a *key* comment to value2.
392-
value2 /* This is an *after* comment to value2.
392+
value2 /* This is an *after* comment to value2. */
393393
key3: {
394394
// This is an *inside* comment.
395395
}

0 commit comments

Comments
 (0)