We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81a50e commit 3de33c9Copy full SHA for 3de33c9
Foundation/Unit.swift
@@ -557,7 +557,7 @@ public final class UnitConcentrationMass : Dimension {
557
}
558
559
560
- open class func millimolesPerLiter(withGramsPerMole gramsPerMole: Double) -> UnitConcentrationMass {
+ public class func millimolesPerLiter(withGramsPerMole gramsPerMole: Double) -> UnitConcentrationMass {
561
return UnitConcentrationMass(symbol: Symbol.millimolesPerLiter, coefficient: Coefficient.millimolesPerLiter * gramsPerMole)
562
563
0 commit comments