Skip to content

Commit 83dfa6b

Browse files
committed
docs: fix wording in documentation for yrx_compiler_define_global_json.
1 parent 1233fd9 commit 83dfa6b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

capi/include/yara_x.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,9 @@ enum YRX_RESULT yrx_compiler_define_global_float(struct YRX_COMPILER *compiler,
452452
// (e.g., booleans, integers, strings), prefer dedicated functions to avoid
453453
// the overhead of JSON deserialization.
454454
//
455-
// When defining a map, keys must be of string type and valid YARA identifiers,
456-
// and values can be any of the types supported by YARA, including other maps.
457-
// Arrays must be homogeneous (all elements must be the same type).
455+
// When defining a map, keys must be of string type, and values can be
456+
// any of the types supported by YARA, including other maps. Arrays must be
457+
// homogeneous (all elements must be the same type).
458458
enum YRX_RESULT yrx_compiler_define_global_json(struct YRX_COMPILER *compiler,
459459
const char *ident,
460460
const char *value);

0 commit comments

Comments
 (0)