Browse Source

Fixed typo

José Lorenzo Rodríguez 10 years ago
parent
commit
2a1d981071
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Database/Schema/Table.php

+ 1 - 1
src/Database/Schema/Table.php

@@ -381,7 +381,7 @@ class Table
     }
 
     /**
-     * Returns an array where the kyes are the column names in the schema
+     * Returns an array where the keys are the column names in the schema
      * and the values the database type they have.
      *
      * @return array