From 72a6837bb1b149584e56458c5432dc3bc8c643ec Mon Sep 17 00:00:00 2001 From: chrismcc Date: Fri, 8 Jun 2012 12:58:42 -0300 Subject: [PATCH] Fix typo --- activerecord/lib/active_record/store.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/store.rb b/activerecord/lib/active_record/store.rb index d70e02e3797cd..542cb3187a0cc 100644 --- a/activerecord/lib/active_record/store.rb +++ b/activerecord/lib/active_record/store.rb @@ -2,7 +2,7 @@ module ActiveRecord # Store gives you a thin wrapper around serialize for the purpose of storing hashes in a single column. - # It's like a simple key/value store backed into your record when you don't care about being able to + # It's like a simple key/value store baked into your record when you don't care about being able to # query that store outside the context of a single record. # # You can then declare accessors to this store that are then accessible just like any other attribute