Minor POD grammar: it's -> its where appropriate
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / Statistics.pm
index a81f606..c8162bf 100644 (file)
@@ -16,7 +16,7 @@ DBIx::Class::Storage::Statistics - SQL Statistics
 =head1 DESCRIPTION
 
 This class is called by DBIx::Class::Storage::DBI as a means of collecting
-statistics on it's actions.  Using this class alone merely prints the SQL
+statistics on its actions.  Using this class alone merely prints the SQL
 executed, the fact that it completes and begin/end notification for
 transactions.