Skip to content

Commit 10c85bf

Browse files
authored
Clarify that isMacharChodesh() Refers to the Haftorah
Clarify that isMacharChodesh() returns if the hafrorah of the week is Machar Chodesh, not if tomorrow is Rosh Chodesh.
1 parent 4a9ddea commit 10c85bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/kosherjava/zmanim/hebrewcalendar/JewishCalendar.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,9 +1177,9 @@ public boolean isRoshChodesh() {
11771177
}
11781178

11791179
/**
1180-
* Returns if the day is <em>Shabbos</em> and Sunday is <em>Rosh Chodesh</em>.
1180+
* Returns if the day is <em>Shabbos</em> and Sunday is <em>Rosh Chodesh</em> and the <em>haftorah</em> of Machar Chodesh is read.
11811181
*
1182-
* @return true if it is <em>Shabbos</em> and Sunday is <em>Rosh Chodesh</em>.
1182+
* @return true if it is <em>Shabbos</em> and Sunday is <em>Rosh Chodesh</em> and the <em>haftorah</em> of Machar Chodesh is read.
11831183
* @todo There is more to tweak in this method (it does not cover all cases and opinions), and it may be removed.
11841184
*/
11851185
public boolean isMacharChodesh() {

0 commit comments

Comments
 (0)