From: David Kamholz <dkamholz@cpan.org>
Date: Tue, 13 Dec 2005 11:22:49 +0000 (+0000)
Subject: fix docs typo
X-Git-Tag: v0.05005~138
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=00787068e1b52fee265e68bb99708bb253f4e980;p=dbsrgits%2FDBIx-Class.git

fix docs typo
---

diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm
index 2cd870c..523c01a 100644
--- a/lib/DBIx/Class.pm
+++ b/lib/DBIx/Class.pm
@@ -53,7 +53,7 @@ Some examples where different database connections are useful are:
 different users with different rights
 different databases with the same schema.
 
-=head1 Simple
+=head2 Simple
 
 First you need to create a base class which all other classes will inherit from.
 See L<DBIx::Class::DB> for information on how to do this.