Skip to content

Commit 897af55

Browse files
authored
Fix typo comment (#985)
1 parent f47a234 commit 897af55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/generate_instructions_list.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function generate_dict()
6060
dict[name] = instructions
6161
end
6262
free(xml)
63-
# We're basically converting an XML to a JSOn, funny isn't it?
63+
# We're basically converting an XML to a JSON, funny isn't it?
6464
open(joinpath(@__DIR__, "..", "src", "auditor", "instructions.json"), "w") do io
6565
pyonprint(io, dict)
6666
# Be nice and add a newline at the end of the file

0 commit comments

Comments
 (0)