Fixing typo in parameter description.

Signed-off-by: mark_story <mark@mark-story.com>
This commit is contained in:
Scott Reeves 2010-07-19 15:25:42 -07:00 committed by mark_story
parent 1774530222
commit 037a7628c4

View file

@ -743,7 +743,7 @@ class CakeSession extends Object {
* Helper function called on write for database sessions.
*
* @param integer $id ID that uniquely identifies session in database
* @param mixed $data The value of the the data to be saved.
* @param mixed $data The value of the data to be saved.
* @return boolean True for successful write, false otherwise.
* @access private
*/