Sergey Lyubka преди 11 години
родител
ревизия
78b29e46fd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      frozen.h

+ 1 - 1
frozen.h

@@ -37,7 +37,7 @@ struct json_token {
   const char *ptr;      // Points to the beginning of the token
   int len;              // Token length
   int num_desc;         // For arrays and object, total number of descendants
-  enum json_type type;  // Type of the token, possible values below
+  enum json_type type;  // Type of the token, possible values above
 };
 
 // Error codes