comment clarity.

This commit is contained in:
Dane Jensen
2026-07-19 14:26:15 -07:00
parent 4b6d9157a4
commit d8a919c322

View File

@@ -47,7 +47,7 @@
#define LAYOUT_STRING_MAX 8192
#define TOKENS_MAX (LAYOUT_STRING_MAX)
/* Recognized key values for JSON format. */
/* Recognized keys for JSON format. */
#define KEY_VERSION "V" /* number */
#define KEY_LAYOUT "L" /* object */
#define KEY_TYPE "t" /* string, see accepted vals below */