From 9ca39b50d36deac12337781dfdf192dec5d37928 Mon Sep 17 00:00:00 2001 From: michealroberts Date: Mon, 21 Oct 2024 12:12:20 +0100 Subject: [PATCH] fix: correct typo for getCorrectionToHorizontalForRefraction() in refraction module in @observerly/astrometry fix: correct typo for getCorrectionToHorizontalForRefraction() in refraction module in @observerly/astrometry --- src/refraction.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/refraction.ts b/src/refraction.ts index c617e30..b976ded 100644 --- a/src/refraction.ts +++ b/src/refraction.ts @@ -19,10 +19,10 @@ import { convertDegreesToRadians as radians } from './utilities' * The correct to the HorizontalCoordinate for refraction is an adjustment to the observed * HorizontalCoordinate based on pressure and temperature effects. * - * @param target - The equatorial coordinate of the observed object. + * @param target - The horizontal coordinate of the observed object. * @param temperature - The temperature in Kelvin. * @param pressure - The pressure in Pascals. - * @returns The equatorial coordinate of the observed object corrected for atmospheric refraction. + * @returns The horizontal coordinate of the observed object corrected for atmospheric refraction. * */ export const getCorrectionToHorizontalForRefraction = (