Skip to content

Commit ea0a664

Browse files
authored
Merge pull request #1772 from tkremenek/Unit-final-complete
change millimolesPerLiter to be declared public
2 parents d81a50e + 3de33c9 commit ea0a664

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)