Minor POD grammar: it's -> its where appropriate
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Schema.pm
index 5ec6020..b37ec5e 100644 (file)
@@ -511,7 +511,7 @@ syntax on the C<@connectinfo> argument, or L<DBIx::Class::Storage> in
 general.
 
 Note that C<connect_info> expects an arrayref of arguments, but
-C<connect> does not. C<connect> wraps it's arguments in an arrayref
+C<connect> does not. C<connect> wraps its arguments in an arrayref
 before passing them to C<connect_info>.
 
 =head3 Overloading