Skip to content

Commit

Permalink
Fix typo in RDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Oct 28, 2011
1 parent f793d28 commit e8d5d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sequel/model/base.rb
Expand Up @@ -770,7 +770,7 @@ def set_columns(new_columns)
# * The following instance_methods all call the class method of the same
# name: columns, db, primary_key, db_schema.
# * All of the methods in +BOOLEAN_SETTINGS+ create attr_writers allowing you
# to set values for the attribute. It also creates instnace getters returning
# to set values for the attribute. It also creates instance getters returning
# the value of the setting. If the value has not yet been set, it
# gets the default value from the class by calling the class method of the same name.
module InstanceMethods
Expand Down

0 comments on commit e8d5d47

Please sign in to comment.