Deniz Cengiz 1 год назад
Родитель
Сommit
5438074080
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      FreeAPS/Sources/Modules/Treatments/TreatmentsStateModel.swift

+ 1 - 1
FreeAPS/Sources/Modules/Treatments/TreatmentsStateModel.swift

@@ -197,7 +197,7 @@ extension Treatments {
             }
         }
 
-        /// Observes changes to the `bolusProgress` published by the `apsd2oManager` to update the `isBolusInProgress` property in real time.
+        /// Observes changes to the `bolusProgress` published by the `apsManager` to update the `isBolusInProgress` property in real time.
         ///
         /// - Important:
         ///   - `apsManager.bolusProgress` is a `CurrentValueSubject<Decimal?, Never>`.