Skip to content

Commit

Permalink
Small typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Mar 29, 2015
1 parent 388debb commit 40eeefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Widget/DateTimeWidget.php
Expand Up @@ -91,7 +91,7 @@ public function __construct(StringTemplate $templates, SelectBoxWidget $selectBo
* - `minute` - Array of options for the minute select box. * - `minute` - Array of options for the minute select box.
* - `second` - Set to true to enable the seconds input. Defaults to false. * - `second` - Set to true to enable the seconds input. Defaults to false.
* - `meridian` - Set to true to enable the meridian input. Defaults to false. * - `meridian` - Set to true to enable the meridian input. Defaults to false.
* The meridian will be enabled automatically if you chose a 12 hour format. * The meridian will be enabled automatically if you choose a 12 hour format.
* *
* The `year` option accepts the `start` and `end` options. These let you control * The `year` option accepts the `start` and `end` options. These let you control
* the year range that is generated. It defaults to +-5 years from today. * the year range that is generated. It defaults to +-5 years from today.
Expand Down

0 comments on commit 40eeefc

Please sign in to comment.