lib/sass/version.rb in sass-3.3.0.alpha.195 vs lib/sass/version.rb in sass-3.3.0.alpha.196

- old
+ new

@@ -12,10 +12,10 @@ # Returns a hash representing the version of Sass. # The `:major`, `:minor`, and `:teeny` keys have their respective numbers as Fixnums. # The `:name` key has the name of the version. # The `:string` key contains a human-readable string representation of the version. # The `:number` key is the major, minor, and teeny keys separated by periods. - # The `:date` key, which is not guaranteed to be defined, is the [DateTime] at which this release was cut. + # The `:date` key, which is not guaranteed to be defined, is the `DateTime` at which this release was cut. # If Sass is checked out from Git, the `:rev` key will have the revision hash. # For example: # # { # :string => "2.1.0.9616393",