From 5044045ceb7a8596bf2d435f69e277e1bdc4fdde Mon Sep 17 00:00:00 2001
From: Kieron Taylor <ktaylor@ebi.ac.uk>
Date: Tue, 14 May 2013 12:33:41 +0000
Subject: [PATCH] Corrected some POD.

---
 modules/Bio/EnsEMBL/Translation.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/Bio/EnsEMBL/Translation.pm b/modules/Bio/EnsEMBL/Translation.pm
index d8181214e8..9846a130a6 100755
--- a/modules/Bio/EnsEMBL/Translation.pm
+++ b/modules/Bio/EnsEMBL/Translation.pm
@@ -725,7 +725,7 @@ sub get_all_xrefs {
 
                ProteinFeatures are lazy-loaded from the database unless they
                added manually to the Translation or had already been loaded.
-  Returntype : Bio::EnsEMBL::ProteinFeature
+  Returntype : Listref of Bio::EnsEMBL::ProteinFeature
   Exceptions : none
   Caller     : general
   Status     : Stable
@@ -785,7 +785,7 @@ sub get_all_ProteinFeatures {
                are 'domain' features are those with analysis logic names:
                'pfscan', 'scanprosite', 'superfamily', 'pfam', 'prints',
                'smart', 'pirsf', 'tigrfam'.
-  Returntype : listref of Bio::EnsEMBL::ProteinFeatures
+  Returntype : listref of Bio::EnsEMBL::ProteinFeature
   Exceptions : none
   Caller     : webcode (protview)
   Status     : Stable
-- 
GitLab