Skip to content

Commit d3a5aae

Browse files
authored
Fix sunset azimuth angle documentation
Thanks @yparitcher for pointing this out
1 parent feecf7a commit d3a5aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/kosherjava/zmanim/util/AstronomicalCalculator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public abstract double getUTCSunset(Calendar calendar, GeoLocation geoLocation,
206206
* The location information
207207
* @return the solar azimuth in degrees. Astronomical midday would be 180 in the norther hemosphere and 0 in the
208208
* southern hemosphere. Depending on the location and time of year, sunrise will have an azimuth of about
209-
* 90° and sunset about 27090°.
209+
* 90° and sunset about 270°.
210210
*/
211211
public abstract double getSolarAzimuth(Calendar calendar, GeoLocation geoLocation);
212212

0 commit comments

Comments
 (0)