Skip to content

Commit

Permalink
Update version.tcl
Browse files Browse the repository at this point in the history
Correct error in json::write added (json:write -> json::write)
  • Loading branch information
rfoxkendo authored Nov 28, 2023
1 parent b7a8ddf commit ff67165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/rest/custom/version.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ proc SpecTcl_version {} {
[json::write object \
major $major minor $minor \
editlevel [json::write string $edit] \
program_name [json:write string SpecTcl] \
program_name [json::write string SpecTcl] \
] \
]
}

0 comments on commit ff67165

Please sign in to comment.