Kaynağa Gözat

Fix typo in comment

Sam King 1 yıl önce
ebeveyn
işleme
a41aab33cc
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Model/JSONImporter.swift

+ 1 - 1
Model/JSONImporter.swift

@@ -96,7 +96,7 @@ class JSONImporter {
 // MARK: - Extension for Specific Import Functions
 // MARK: - Extension for Specific Import Functions
 
 
 extension BloodGlucose {
 extension BloodGlucose {
-    /// Helper function to convert BloodGlucose to GlucoseStorage while importing JSON glucose entries
+    /// Helper function to convert `BloodGlucose` to `GlucoseStored` while importing JSON glucose entries
     func store(in context: NSManagedObjectContext) throws {
     func store(in context: NSManagedObjectContext) throws {
         guard let glucoseValue = glucose ?? sgv else {
         guard let glucoseValue = glucose ?? sgv else {
             throw JSONImporterError.missingGlucoseValueInGlucoseEntry
             throw JSONImporterError.missingGlucoseValueInGlucoseEntry