lib/osm/grouping.rb in osm-0.1.11 vs lib/osm/grouping.rb in osm-0.1.12

- old
+ new

@@ -7,10 +7,10 @@ # @!attribute [rw] section_id # @return [Fixnum] the id for the section this grouping belongs to # @!attribute [rw] name # @return [String] the name of the grouping # @!attribute [rw] active - # @return [Boolean] wether the grouping is active + # @return [Boolean] whether the grouping is active # @!attribute [rw] points # @return [Fixnum] the points awarded to the grouping attribute :id, :type => Integer attribute :section_id, :type => Integer