Skip to content

Commit

Permalink
typo adr-008-event-subscription.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcofann authored Jan 5, 2025
1 parent cbd2f83 commit a8a6b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/adr-008-event-subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ pub enum EventType {
}

// A condition specifies a key (first parameter) and, depending on the
// operation, an value which is an operand of some kind.
// operation, a value which is an operand of some kind.
pub enum Condition {
// Equals
Eq(String, Operand),
Expand Down

0 comments on commit a8a6b5c

Please sign in to comment.