Fixing typo in Constructor description.

Signed-off-by: mark_story <mark@mark-story.com>
This commit is contained in:
Scott Reeves 2010-07-19 15:29:18 -07:00 committed by mark_story
parent ba59c93187
commit b717abe1aa

View file

@ -387,7 +387,7 @@ class Model extends Overloadable {
*
* ### Dynamically creating models
*
* You can dynamically create model instances using the the $id array syntax.
* You can dynamically create model instances using the $id array syntax.
*
* {{{
* $Post = new Model(array('table' => 'posts', 'name' => 'Post', 'ds' => 'connection2'));