Correct a documentation comment
authorMike Rylander <mrylander@gmail.com>
Fri, 24 Jun 2011 18:54:31 +0000 (14:54 -0400)
committerJason Etheridge <jason@esilibrary.com>
Thu, 7 Jul 2011 19:36:47 +0000 (15:36 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Jason Etheridge <jason@esilibrary.com>

Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm

index b0d4fc8..01212da 100644 (file)
@@ -636,7 +636,7 @@ __PACKAGE__->register_method(
             { desc => 'Biblio record entry Id', type => 'number' }
         ],
         return => {
-            desc => 'True if specified id can be found in biblio.peer_record_copy_map.peer_record.',
+            desc => 'True if specified id can be found in biblio.peer_bib_copy_map.peer_record.',
             type => 'bool'
         }
     }