minor doc fix to sync with code
David Kamholz [Tue, 24 Jan 2006 22:43:53 +0000 (22:43 +0000)]
lib/DBIx/Class/Schema.pm

index afa7e0b..4ec608d 100644 (file)
@@ -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