From: David Steinbrunner Date: Fri, 13 Sep 2013 11:37:48 +0000 (-0400) Subject: typo fix X-Git-Tag: v0.011017~17^2~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0fe51e8e82840d47bb9b4f78e5dc5b6b812bf44f;p=dbsrgits%2FSQL-Translator.git typo fix --- diff --git a/lib/SQL/Translator/Producer/Latex.pm b/lib/SQL/Translator/Producer/Latex.pm index f196ecd..87369c2 100644 --- a/lib/SQL/Translator/Producer/Latex.pm +++ b/lib/SQL/Translator/Producer/Latex.pm @@ -22,7 +22,7 @@ SQL::Translator::Producer::Latex - Currently you will get one class (with the a table stereotype) generated per table in the schema. The fields are added as attributes of the classes and their datatypes set. It doesn't currently set any -of the relationships. It doesn't do any layout, all the classses are in one big +of the relationships. It doesn't do any layout, all the classes are in one big stack. However it is still useful as you can use the layout tools in Dia to automatically arrange them horizontally or vertically.