From b054ec288578d32d8e36d0fa12ee33ae260e3823 Mon Sep 17 00:00:00 2001 From: Kieron Taylor <ktaylor@ebi.ac.uk> Date: Mon, 21 Oct 2013 15:37:28 +0000 Subject: [PATCH] POD correction --- modules/Bio/EnsEMBL/Feature.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/Bio/EnsEMBL/Feature.pm b/modules/Bio/EnsEMBL/Feature.pm index ccd4195405..3f98ecf790 100644 --- a/modules/Bio/EnsEMBL/Feature.pm +++ b/modules/Bio/EnsEMBL/Feature.pm @@ -1377,8 +1377,8 @@ sub overlaps { The other feature you want to check overlap with this feature for. Description: This method does a range comparison of this feature's start and - end and compares it with another feature's and end. It will - return true if these ranges overlap and the features are + end and compares it with another feature's start and end. It + will return true if these ranges overlap and the features are on the same seq_region. This method will not attempt to resolve starts and ends with -- GitLab