We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72976d7 commit c209736Copy full SHA for c209736
components/calendar/src/cal/hebrew.rs
@@ -157,7 +157,7 @@ impl DateFieldsResolver for Hebrew {
157
// where the Hebrew calendar expects one in 3.
158
//
159
// 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
+ // is 4: year 8->11->14->17. In that time the error will accumulate to about 0.3, which is not
161
// enough to create a "two year leap month" in our calculation. So this calculation cannot go past
162
// the actual cycle of the Hebrew calendar.
163
235 * years / 19
0 commit comments