Skip to content

Commit

Permalink
fixed isLedavidSaid issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Smith committed Oct 21, 2024
1 parent 4ea759f commit 8aa8d2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion Sources/KosherSwift/HebrewCalendar/JewishCalendar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ public class JewishCalendar: JewishDate {
}

public var isLedavidSaid: Bool {
month == .elul || (month == .tishrei && day < 17)
month == .elul || (month == .tishrei && day < 22)
}

public func getRules(baseRules: TefilaRules) -> TefilaRules {
Expand Down

0 comments on commit 8aa8d2c

Please sign in to comment.