From: David Kamholz Date: Tue, 24 Jan 2006 22:43:53 +0000 (+0000) Subject: minor doc fix to sync with code X-Git-Tag: v0.05005~111 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=19feb86bd0beb518ffb5bcbfe3cf37d2cc9c1c21;p=dbsrgits%2FDBIx-Class.git minor doc fix to sync with code --- diff --git a/lib/DBIx/Class/Schema.pm b/lib/DBIx/Class/Schema.pm index afa7e0b..4ec608d 100644 --- a/lib/DBIx/Class/Schema.pm +++ b/lib/DBIx/Class/Schema.pm @@ -287,7 +287,7 @@ sub setup_connection_class { =head2 connection(@args) Instantiates a new Storage object of type storage_type and passes the -arguments to $storage->connection_info. Sets the connection in-place on +arguments to $storage->connect_info. Sets the connection in-place on the schema. =cut