Skip to content

Commit

Permalink
Merge pull request #41 from rwfowler/fix-validator-spelling
Browse files Browse the repository at this point in the history
lower case the Y in DynamicCompositeTYpe
  • Loading branch information
pingles committed Nov 12, 2012
2 parents 20f96dd + ac171b5 commit 49d67e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj_hector/ddl.clj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
:time-uuid "TimeUUIDType"
:utf-8 "UTF8Type"
:composite "CompositeType"
:dynamic-composite "DynamicCompositeTYpe"
:dynamic-composite "DynamicCompositeType"
:uuid "UUIDType"
:counter "CounterColumnType"})

Expand Down

0 comments on commit 49d67e2

Please sign in to comment.