浏览代码

Add TODO(#3)

rexim 4 年之前
父节点
当前提交
5c82082079
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jim.h

+ 1 - 1
jim.h

@@ -325,7 +325,7 @@ void jim_object_begin(Jim *jim)
 
 void jim_member_key(Jim *jim, const char *str, const unsigned int *size)
 {
-    // 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
     if (jim->error == JIM_OK) {
         jim_element_begin(jim);
         Jim_Scope *scope = jim_stack_top(jim);