Skip to content

Commit c209736

Browse files
Update components/calendar/src/cal/hebrew.rs
Co-authored-by: Robert Bastian <4706271+robertbastian@users.noreply.github.com>
1 parent 72976d7 commit c209736

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
@@ -157,7 +157,7 @@ impl DateFieldsResolver for Hebrew {
157157
// where the Hebrew calendar expects one in 3.
158158
//
159159
// The longest sequence of "three year leap months" in the Hebrew calendar
160-
// is 4: year 9->11->14->17. In that time the error will accumulate to about 0.3, which is not
160+
// is 4: year 8->11->14->17. In that time the error will accumulate to about 0.3, which is not
161161
// enough to create a "two year leap month" in our calculation. So this calculation cannot go past
162162
// the actual cycle of the Hebrew calendar.
163163
235 * years / 19

0 commit comments

Comments
 (0)