From a30737f10afd1067d3e1d16a04dde544d094be63 Mon Sep 17 00:00:00 2001 From: Simon Potter <scp@sanger.ac.uk> Date: Fri, 1 Mar 2002 17:26:20 +0000 Subject: [PATCH] minor typo --- modules/Bio/EnsEMBL/Protein.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Bio/EnsEMBL/Protein.pm b/modules/Bio/EnsEMBL/Protein.pm index 5ee5b79e21..964cfd9148 100644 --- a/modules/Bio/EnsEMBL/Protein.pm +++ b/modules/Bio/EnsEMBL/Protein.pm @@ -48,7 +48,7 @@ $protein->gbrowser_adaptor($dbh); This object inherit from Bio::SeqI for the implementation and from PrimarySeq A protein object hold the basic PrimarySeq requirements, hold annotation, DBlink, protein_features object. It will also soon hold family and SNPs objects. The DB adaptor for this object is called Protein_Adaptor -Most of the calls should be done from the protein object, the protein object will then deal with calling the rigth DBadaptor (Protein_Adaptor, Protein_Feature_Adaptor, ...) +Most of the calls should be done from the protein object, the protein object will then deal with calling the rigth DBadaptor (ProteinAdaptor, ProteinFeatureAdaptor, ...) =head1 CONTACT -- GitLab