Browse Source

Fix typo in API docs.

Mark Story 11 years ago
parent
commit
18aa3717f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Helper/FormHelper.php

+ 1 - 1
src/View/Helper/FormHelper.php

@@ -1755,7 +1755,7 @@ class FormHelper extends Helper
      * A simple array will create normal options:
      *
      * {{{
-     * $options = array(1 => 'one', 2 => 'two);
+     * $options = array(1 => 'one', 2 => 'two');
      * $this->Form->select('Model.field', $options));
      * }}}
      *