Pārlūkot izejas kodu

Typo fixed in frozen.h

Sergey Lyubka 11 gadi atpakaļ
vecāks
revīzija
78b29e46fd
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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