From 12baabeda52fc7d7bb2021402967655ae75e2e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?= <ak4@sanger.ac.uk> Date: Wed, 1 Sep 2010 14:28:13 +0000 Subject: [PATCH] Fix typo in POD of add_Exon(), spotted by Michael S. --- modules/Bio/EnsEMBL/Transcript.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Bio/EnsEMBL/Transcript.pm b/modules/Bio/EnsEMBL/Transcript.pm index 83fc4c91b1..74ed062ac4 100755 --- a/modules/Bio/EnsEMBL/Transcript.pm +++ b/modules/Bio/EnsEMBL/Transcript.pm @@ -1176,7 +1176,7 @@ sub add_Attributes { Args [1]: Bio::EnsEMBL::Exon object to add Args [2]: rank Exceptions: throws if not a valid Bio::EnsEMBL::Exon - : or exon clasjes with another one + : or exon clashes with another one Status : Stable =cut -- GitLab