aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Hunter <justin.d.hunter@gmail.com>2010-11-30 08:16:03 -0800
committerJustin Hunter <justin.d.hunter@gmail.com>2010-11-30 08:16:03 -0800
commit7e8cc0731f15f8c4b12f4a8f9d2da23d077c9b9c (patch)
tree3b1b07747ba964215e5d283b329eda9765254b98
parente7b0b9e2af779558bd7d2dbb7f1c1990ed60fa50 (diff)
downloadreaction-7e8cc0731f15f8c4b12f4a8f9d2da23d077c9b9c.tar.gz
reaction-7e8cc0731f15f8c4b12f4a8f9d2da23d077c9b9c.zip
fix capitalization error
-rw-r--r--lib/Reaction/InterfaceModel/Reflector/DBIC.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Reaction/InterfaceModel/Reflector/DBIC.pm b/lib/Reaction/InterfaceModel/Reflector/DBIC.pm
index 96bc262..4f3f41c 100644
--- a/lib/Reaction/InterfaceModel/Reflector/DBIC.pm
+++ b/lib/Reaction/InterfaceModel/Reflector/DBIC.pm
@@ -929,11 +929,11 @@ At this time, supported collection actions consist of:
=over 4
-=item B<> L<Reaction::INterfaceModel::Action::DBIC::ResultSet::Create>
+=item B<> L<Reaction::InterfaceModel::Action::DBIC::ResultSet::Create>
Creates a new item in the collection and underlying ResultSet.
-=item B<> L<Reaction::INterfaceModel::Action::DBIC::ResultSet::DeleteAll>
+=item B<> L<Reaction::InterfaceModel::Action::DBIC::ResultSet::DeleteAll>
Deletes all the items in a collection and it's underlying resultset using
C<delete_all>
@@ -944,11 +944,11 @@ And supported object actions are :
=over 4
-=item B<Update> - via L<Reaction::INterfaceModel::Action::DBIC::Result::Update>
+=item B<Update> - via L<Reaction::InterfaceModel::Action::DBIC::Result::Update>
Updates an existing object.
-=item B<Delete> - via L<Reaction::INterfaceModel::Action::DBIC::Result::Delete>
+=item B<Delete> - via L<Reaction::InterfaceModel::Action::DBIC::Result::Delete>
Deletes an existing object.