From e3a1003f3e980140a45a0e24023a8ad5bbf454b5 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Sun, 15 Sep 2024 13:21:07 +0200 Subject: [PATCH] chore: update `yara_x.h` --- capi/include/yara_x.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/capi/include/yara_x.h b/capi/include/yara_x.h index 30cdb652..c4ec191c 100644 --- a/capi/include/yara_x.h +++ b/capi/include/yara_x.h @@ -283,8 +283,8 @@ void yrx_metadata_destroy(struct YRX_METADATA *metadata); // object that must be destroyed with [`yrx_patterns_destroy`] when not needed // anymore. // -// This function returns a null pointer when `rule` is null or when the rule -// doesn't have any patterns. +// This function returns a null pointer when `rule` is null or the rule doesn't +// have any patterns. struct YRX_PATTERNS *yrx_rule_patterns(const struct YRX_RULE *rule); // Destroys a [`YRX_PATTERNS`] object.