Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Jun 5, 2010
1 parent 90d753b commit 370f78d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/DBIx/Class/ResultSet.pm
Expand Up @@ -2179,7 +2179,7 @@ or C<has_one> resultset. Note Arrayref.
);
Example of creating a new row and also creating a row in a related
C<belongs_to>resultset. Note Hashref.
C<belongs_to> resultset. Note Hashref.
$cd_rs->create({
title=>"Music for Silly Walks",
Expand Down
6 changes: 3 additions & 3 deletions lib/DBIx/Class/Storage/DBI/Replicated.pm
Expand Up @@ -189,7 +189,7 @@ has 'balancer_args' => (

=head2 pool
Is a <DBIx::Class::Storage::DBI::Replicated::Pool> or derived class. This is a
Is a L<DBIx::Class::Storage::DBI::Replicated::Pool> or derived class. This is a
container class for one or more replicated databases.
=cut
Expand All @@ -207,8 +207,8 @@ has 'pool' => (

=head2 balancer
Is a <DBIx::Class::Storage::DBI::Replicated::Balancer> or derived class. This
is a class that takes a pool (<DBIx::Class::Storage::DBI::Replicated::Pool>)
Is a L<DBIx::Class::Storage::DBI::Replicated::Balancer> or derived class. This
is a class that takes a pool (L<DBIx::Class::Storage::DBI::Replicated::Pool>)
=cut

Expand Down

0 comments on commit 370f78d

Please sign in to comment.