Skip to content

Commit 0eee072

Browse files
beachedloudnate
authored andcommitted
Fixed typo (#208)
1 parent cacf2c2 commit 0eee072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/Models/PredictionInputEffect.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ enum PredictionInputEffect {
3838
case .momentum:
3939
return NSLocalizedString("15 min glucose regression coefficient (b₁), continued with decay over 30 min", comment: "Description of the prediction input effect for glucose momentum")
4040
case .retrospection:
41-
return NSLocalizedString("30 mim comparison of glucose prediction vs actual, continued with decay over 60 min", comment: "Description of the prediction input effect for retrospective correction")
41+
return NSLocalizedString("30 min comparison of glucose prediction vs actual, continued with decay over 60 min", comment: "Description of the prediction input effect for retrospective correction")
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)