From 78060e952bef17e91d6b7c3180c56f1aa52965af Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Fri, 24 Jun 2011 14:54:31 -0400 Subject: [PATCH] Correct a documentation comment Signed-off-by: Mike Rylander Signed-off-by: Jason Etheridge --- Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm index b0d4fc872e..01212dae55 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm @@ -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' } } -- 2.11.0