lib/stick/constants/cgs.rb in stick-1.2.0 vs lib/stick/constants/cgs.rb in stick-1.3.0

- old
+ new

@@ -33,14 +33,14 @@ require 'stick/units' module Stick module Constants - # = Constants in the CGS system (cm, kg, s) + # = Constants in the CGS system (cm, g, s) # # Large assortment of real world contants. The constants are stored in # the Math::Constants:CGS module. Math::Constants::CGS provides the - # constants in cm kg s format, opposed to the standard m kg s. + # constants in cm g s format, opposed to the standard m kg s. # # == Synopsis # # Stick::Constant::CGS::SPEED_OF_LIGHT #=> 2.99792458e10 cm / s