We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02682f5 commit 5c82082Copy full SHA for 5c82082
jim.h
@@ -325,7 +325,7 @@ void jim_object_begin(Jim *jim)
325
326
void jim_member_key(Jim *jim, const char *str, const unsigned int *size)
327
{
328
- // TODO: jim_member_key does not throw an error when used inside of array scope instead of object scope
+ // TODO(#3): jim_member_key does not throw an error when used inside of array scope instead of object scope
329
if (jim->error == JIM_OK) {
330
jim_element_begin(jim);
331
Jim_Scope *scope = jim_stack_top(jim);
0 commit comments