Skip to content

Commit ae82e68

Browse files
committed
typo
1 parent ac06a91 commit ae82e68

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
@@ -71,7 +71,7 @@ Writing a json file is slightly more complicated and involves the use of pointer
7171
call json_value_add(inp, 't0', 0.1_wp)
7272
call json_value_add(inp, 'tf', 1.1_wp)
7373
call json_value_add(inp, 'x0', 9999.0000e0)
74-
call json_value_add(inp, 'integer_scalar',)
74+
call json_value_add(inp, 'integer_scalar', 787)
7575
call json_value_add(inp, 'integer_array', [2,4,99])
7676
call json_value_add(inp, 'names', ['aaa','bbb','ccc'])
7777
call json_value_add(inp, 'logical_scalar', .true.)

0 commit comments

Comments
 (0)