Skip to content

Commit

Permalink
Update relay-protocol/src/condition.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Michael Auer <mail@jauer.org>
  • Loading branch information
iambriccardo and jan-auer committed Jul 5, 2024
1 parent b8658eb commit 8260672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay-protocol/src/condition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ impl RuleCondition {
/// ```
/// use relay_protocol::RuleCondition;
///
/// let condition = RuleCondition::for_any("event.exceptions",
/// let condition = RuleCondition::for_any("event.exception.values",
/// RuleCondition::eq("name", "NullPointerException")
/// );
/// ```
Expand Down

0 comments on commit 8260672

Please sign in to comment.