Skip to content

Commit 5530d53

Browse files
committed
approx
1 parent c209736 commit 5530d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/calendar/src/cal/hebrew.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ impl DateFieldsResolver for Hebrew {
152152
// The Hebrew Metonic cycle has leap years in year 3, 6, 8, 11, 14, 17, and 19,
153153
// i.e., leap year gaps of +3, +3, +2, +3, +3, +3, +2.
154154
//
155-
// 235 / 19 is 12.368 months per year, which leads to one leap month every three years plus 0.1
155+
// 235 / 19 is 12.368 months per year, which leads to one leap month every three years plus 0.1
156156
// month left over. So this is correct as long as it does not predict a leap month in 2 years
157157
// where the Hebrew calendar expects one in 3.
158158
//

0 commit comments

Comments
 (0)