Browse Source

Fix doc comment error.

Mark Story 11 years ago
parent
commit
3873851373
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database/Type.php

+ 1 - 1
src/Database/Type.php

@@ -109,7 +109,7 @@ class Type
      * Returns a Type object capable of converting a type identified by $name
      *
      * @param string $name The type identifier you want to set.
-     * @param \Cake\Databse\Type $type The type instance you want to set.
+     * @param \Cake\Databse\Type $instance The type instance you want to set.
      * @return void
      */
     public static function set($name, Type $instance)