فهرست منبع

Fix typo in exception string

Sam King 9 ماه پیش
والد
کامیت
9d42dff47a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Trio/Sources/APS/OpenAPSSwift/DetermineBasal/TempBasalFunctions.swift

+ 1 - 1
Trio/Sources/APS/OpenAPSSwift/DetermineBasal/TempBasalFunctions.swift

@@ -6,7 +6,7 @@ enum TempBasalFunctionError: LocalizedError, Equatable {
     var errorDescription: String? {
     var errorDescription: String? {
         switch self {
         switch self {
         case .invalidBasalRateOnProfile:
         case .invalidBasalRateOnProfile:
-            return "The max currentBasal, maxBasal, or maxDailyBasl wasn't set on Profile"
+            return "The currentBasal, maxBasal, or maxDailyBasal wasn't set on Profile"
         }
         }
     }
     }
 }
 }