proj4rb 4.0.0 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40,7 +40,7 @@ module Proj
40
40
  #
41
41
  # @see https://proj.org/development/reference/functions.html#c.proj_prime_meridian_get_parameters
42
42
  #
43
- # @return [Double]
43
+ # @return [Float]
44
44
  def longitude
45
45
  self.parameters[:longitude]
46
46
  end
@@ -49,7 +49,7 @@ module Proj
49
49
  #
50
50
  # @see https://proj.org/development/reference/functions.html#c.proj_prime_meridian_get_parameters
51
51
  #
52
- # @return [Double]
52
+ # @return [Float]
53
53
  def unit_conv_factor
54
54
  self.parameters[:unit_conv_factor]
55
55
  end