Typo fixed

This commit is contained in:
Alexey Romanov
2011-04-28 09:55:46 +04:00
parent 8401f62db5
commit fa18fa678e

View File

@@ -379,7 +379,7 @@ column_sql_for_create_table({Name, Type, Constraints}) ->
-spec pk_constraint_sql(any()) -> iolist().
pk_constraint_sql(Constraint) ->
case Constraint of
desc -> "DESK";
desc -> "DESC";
autoincrement -> "AUTOINCREMENT";
L -> lists:map(fun pk_constraint_sql/1, L)
end.