Skip to content

Commit 3e615a0

Browse files
authored
Daf JavaDoc typos
1 parent d2054d0 commit 3e615a0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • src/main/java/com/kosherjava/zmanim/hebrewcalendar

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Zmanim Java API
3-
* Copyright (C) 2011 - 2023 Eliyahu Hershfeld
3+
* Copyright © 2011 - 2026 Eliyahu Hershfeld
44
*
55
* This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General
66
* Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option)
@@ -19,7 +19,7 @@
1919
/**
2020
* An Object representing a <em>daf</em> (page) in the <a href="https://en.wikipedia.org/wiki/Daf_Yomi">Daf Yomi</a> cycle.
2121
*
22-
* @author &copy; Eliyahu Hershfeld 2011 - 2023
22+
* @author © Eliyahu Hershfeld 2011 - 2026
2323
*/
2424
public class Daf {
2525
/**
@@ -122,7 +122,7 @@ public void setDaf(int daf) {
122122
}
123123

124124
/**
125-
* Returns the transliterated name of the <em>masechta</em> (tractate) of the Daf Yomi. The list of <em>mashechtos</em>
125+
* Returns the transliterated name of the <em>masechta</em> (tractate) of the Daf Yomi. The list of <em>masechtos</em>
126126
* is: Berachos, Shabbos, Eruvin, Pesachim, Shekalim, Yoma, Sukkah, Beitzah, Rosh Hashana, Taanis, Megillah, Moed Katan,
127127
* Chagigah, Yevamos, Kesubos, Nedarim, Nazir, Sotah, Gitin, Kiddushin, Bava Kamma, Bava Metzia, Bava Basra, Sanhedrin,
128128
* Makkos, Shevuos, Avodah Zarah, Horiyos, Zevachim, Menachos, Chullin, Bechoros, Arachin, Temurah, Kerisos, Meilah,
@@ -160,7 +160,7 @@ public String getMasechta() {
160160

161161
/**
162162
* Returns the transliterated name of the <em>masechta</em> (tractate) of the Daf Yomi in Yerushalmi. The list of
163-
* <em>mashechtos</em> is:
163+
* <em>masechtos</em> is:
164164
* Berachos, Pe'ah, Demai, Kilayim, Shevi'is, Terumos, Ma'asros, Ma'aser Sheni, Chalah, Orlah, Bikurim,
165165
* Shabbos, Eruvin, Pesachim, Beitzah, Rosh Hashanah, Yoma, Sukah, Ta'anis, Shekalim, Megilah, Chagigah,
166166
* Moed Katan, Yevamos, Kesuvos, Sotah, Nedarim, Nazir, Gitin, Kidushin, Bava Kama, Bava Metzia,

0 commit comments

Comments
 (0)