Skip to content

Commit 5c82082

Browse files
committed
Add TODO(#3)
1 parent 02682f5 commit 5c82082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jim.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ void jim_object_begin(Jim *jim)
325325

326326
void jim_member_key(Jim *jim, const char *str, const unsigned int *size)
327327
{
328-
// TODO: jim_member_key does not throw an error when used inside of array scope instead of object scope
328+
// TODO(#3): jim_member_key does not throw an error when used inside of array scope instead of object scope
329329
if (jim->error == JIM_OK) {
330330
jim_element_begin(jim);
331331
Jim_Scope *scope = jim_stack_top(jim);

0 commit comments

Comments
 (0)