From 7e8cc0731f15f8c4b12f4a8f9d2da23d077c9b9c Mon Sep 17 00:00:00 2001 From: Justin Hunter Date: Tue, 30 Nov 2010 08:16:03 -0800 Subject: fix capitalization error --- lib/Reaction/InterfaceModel/Reflector/DBIC.pm | 8 ++++---- 1 file 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 +=item B<> L Creates a new item in the collection and underlying ResultSet. -=item B<> L +=item B<> L Deletes all the items in a collection and it's underlying resultset using C @@ -944,11 +944,11 @@ And supported object actions are : =over 4 -=item B - via L +=item B - via L Updates an existing object. -=item B - via L +=item B - via L Deletes an existing object. -- cgit v1.2.3-54-g00ecf