From 4ada0a58ae324c029132c7280eec1dd996a79882 Mon Sep 17 00:00:00 2001
From: Ray Baxter <ray.baxter@gmail.com>
Date: Sat, 16 Jul 2011 23:11:48 -0700
Subject: use minute instead of second in description of select_minute

---
 actionpack/lib/action_view/helpers/date_helper.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'actionpack/lib')

diff --git a/actionpack/lib/action_view/helpers/date_helper.rb b/actionpack/lib/action_view/helpers/date_helper.rb
index 40286acbb2..4776204d2f 100644
--- a/actionpack/lib/action_view/helpers/date_helper.rb
+++ b/actionpack/lib/action_view/helpers/date_helper.rb
@@ -461,8 +461,8 @@ module ActionView
       #   select_minute(14)
       #
       #   # Generates a select field for minutes that defaults to the minutes for the time in my_time
-      #   # that is named 'stride' rather than 'second'.
-      #   select_minute(my_time, :field_name => 'stride')
+      #   # that is named 'moment' rather than 'minute'.
+      #   select_minute(my_time, :field_name => 'moment')
       #
       #   # Generates a select field for minutes with a custom prompt. Use <tt>:prompt => true</tt> for a
       #   # generic prompt.
-- 
cgit v1.2.3