Skip to content
Snippets Groups Projects
Commit a7974c01 authored by Steve Trevanion's avatar Steve Trevanion
Browse files

fixed typo

parent 581f7c2b
No related branches found
No related tags found
No related merge requests found
......@@ -372,7 +372,7 @@ sub canonical_transcript {
if (
!(
ref($transcript)
&& $$transcript->isa('Bio::EnsEMBL::Transcript') ) )
&& $transcript->isa('Bio::EnsEMBL::Transcript') ) )
{
throw('Argument must be a Bio::EnsEMBL::Transcript');
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment