Skip to content

Commit 3de33c9

Browse files
committed
change millimolesPerLiter to be declared public
1 parent d81a50e commit 3de33c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/Unit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ public final class UnitConcentrationMass : Dimension {
557557
}
558558
}
559559

560-
open class func millimolesPerLiter(withGramsPerMole gramsPerMole: Double) -> UnitConcentrationMass {
560+
public class func millimolesPerLiter(withGramsPerMole gramsPerMole: Double) -> UnitConcentrationMass {
561561
return UnitConcentrationMass(symbol: Symbol.millimolesPerLiter, coefficient: Coefficient.millimolesPerLiter * gramsPerMole)
562562
}
563563

0 commit comments

Comments
 (0)