From 6895a52be5ab6ff4f447277b1416e79ce866e106 Mon Sep 17 00:00:00 2001 From: Justin S. Leitgeb Date: Mon, 8 Feb 2010 16:46:40 -0500 Subject: [PATCH] Fix spelling of 'features' in ActiveModel documentation --- activemodel/lib/active_model/conversion.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/activemodel/lib/active_model/conversion.rb b/activemodel/lib/active_model/conversion.rb index c14a07c..d0aeba0 100644 --- a/activemodel/lib/active_model/conversion.rb +++ b/activemodel/lib/active_model/conversion.rb @@ -1,5 +1,5 @@ module ActiveModel - # If your object is already designed to implement all of the Active Model featurs + # If your object is already designed to implement all of the Active Model features # include this module in your Class. # # class MyClass -- 1.6.4.2