From: Dagfinn Ilmari Mannsåker Date: Sat, 14 Sep 2013 16:41:58 +0000 (+0100) Subject: Fix typo X-Git-Tag: v0.011017~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b4456bb6da4b202112994c461d9c07a4e24aaefb;p=dbsrgits%2FSQL-Translator.git Fix typo --- diff --git a/lib/SQL/Translator/Producer/TT/Table.pm b/lib/SQL/Translator/Producer/TT/Table.pm index 1b9ec68..7d8d041 100644 --- a/lib/SQL/Translator/Producer/TT/Table.pm +++ b/lib/SQL/Translator/Producer/TT/Table.pm @@ -82,7 +82,7 @@ If you set C and its additional options the producer will write a separate file for each table in the schema. This is useful for producing things like HTML documentation where every table gets its own page (you could also use TTSchema producer to add an index page). -Its also particularly good for code generation where you want to +It's also particularly good for code generation where you want to produce a class file per table. =head1 OPTIONS