Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
r13v committed Jul 13, 2023
1 parent 2cdfc62 commit 7390e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EffectorForms/Set+ValidationEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ extension Set where Element == ValidationEvent {

static let submit = Set([ValidationEvent.submit])
static let change = Set([ValidationEvent.change])
static let blue = Set([ValidationEvent.blur])
static let blur = Set([ValidationEvent.blur])
}

0 comments on commit 7390e3c

Please sign in to comment.