Skip to content

Commit

Permalink
chore: update yara_x.h
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Sep 15, 2024
1 parent 5b23065 commit e3a1003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions capi/include/yara_x.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e3a1003

Please sign in to comment.