From b2484ebbf7d53f6fb5817ff5146f31cccdd50de2 Mon Sep 17 00:00:00 2001 From: yositani2002 Date: Tue, 22 Apr 2014 07:38:04 +0900 Subject: [PATCH] fix field count. --- reference/forms/types/time.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/forms/types/time.rst b/reference/forms/types/time.rst index a9d43b78dba..318c7777fc7 100644 --- a/reference/forms/types/time.rst +++ b/reference/forms/types/time.rst @@ -51,7 +51,7 @@ options are ``input`` and ``widget``. Suppose that you have a ``startTime`` field whose underlying time data is a ``DateTime`` object. The following configures the ``time`` type for that -field as three different choice fields: +field as two different choice fields: .. code-block:: php