From e8d5d4780af973d1e2f0f24def40318fd7fbfdfb Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Thu, 27 Oct 2011 17:01:34 -0700 Subject: [PATCH] Fix typo in RDoc --- lib/sequel/model/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sequel/model/base.rb b/lib/sequel/model/base.rb index 4b59b32b3f..42cf7e961f 100644 --- a/lib/sequel/model/base.rb +++ b/lib/sequel/model/base.rb @@ -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