lib/aws/record/model.rb in aws-sdk-1.8.2 vs lib/aws/record/model.rb in aws-sdk-1.8.3
- old
+ new
@@ -81,10 +81,10 @@
#
# All attribute macros accept the +:default_value+ option. This sets
# a value that is populated onto all new instnaces of the class.
#
# class Book < AWS::Record::Model
- # string_attr :author, :deafult_value => 'Me'
+ # string_attr :author, :default_value => 'Me'
# end
#
# Book.new.author #=> 'Me'
#
# === Multi-Valued (Set) Attributes