From 1c3eb9f3d7ffa9aaa65467de9c2c01bb3fa2ff90 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 19 Jul 2019 22:25:17 +0100 Subject: [PATCH] Fixed a typo --- Meade.net.Telescope/Telescope.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Meade.net.Telescope/Telescope.cs b/Meade.net.Telescope/Telescope.cs index 5e8ec6a..47389de 100644 --- a/Meade.net.Telescope/Telescope.cs +++ b/Meade.net.Telescope/Telescope.cs @@ -914,13 +914,13 @@ namespace ASCOM.Meade.net set { LogMessage("GuideRateDeclination Set", "Not implemented"); - throw new PropertyNotImplementedException("GuideRateDeclination", true) + throw new PropertyNotImplementedException("GuideRateDeclination", true); //:RgSS.S# //Set guide rate to +/ -SS.S to arc seconds per second.This rate is added to or subtracted from the current tracking //Rates when the CCD guider or handbox guider buttons are pressed when the guide rate is selected.Rate shall not exceed //sidereal speed(approx 15.0417”/ sec)[Autostar II only] //Returns: Nothing - } + } } public double GuideRateRightAscension