From 98816433757a0dc7f9ca355366efb1681669b987 Mon Sep 17 00:00:00 2001 From: Michael <mn1@users.noreply.github.com> Date: Wed, 21 Sep 2016 13:49:26 +0100 Subject: [PATCH] Fix for minor copy and paste bug in documentation --- modules/Bio/EnsEMBL/Utils/IO/BEDSerializer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Bio/EnsEMBL/Utils/IO/BEDSerializer.pm b/modules/Bio/EnsEMBL/Utils/IO/BEDSerializer.pm index 116ca6aeb4..b0da132f95 100644 --- a/modules/Bio/EnsEMBL/Utils/IO/BEDSerializer.pm +++ b/modules/Bio/EnsEMBL/Utils/IO/BEDSerializer.pm @@ -49,7 +49,7 @@ use base qw(Bio::EnsEMBL::Utils::IO::FeatureSerializer); Arg [2] : Default source of the features. Defaults to . Arg [3] : RGB colour to emit. Defaults to black (0,0,0) - Returntype : Bio::EnsEMBL::Utils::IO::GFFSerializer + Returntype : Bio::EnsEMBL::Utils::IO::BEDSerializer =cut -- GitLab