Skip to content
Snippets Groups Projects
Commit 7764b897 authored by Dan T Andrews's avatar Dan T Andrews
Browse files

Swatting a very minor documentation bug in the module description.

parent d70afdb1
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ rearrange method which can be imported in the following way:
use Bio::EnsEMBL::Utils::Argument qw(rearrange);
#can now call rearrange as a class method (instead as object method)
my ($start, $end) = rearrange(['START','END'], \@args);
my ($start, $end) = rearrange(['START','END'], @args);
If you want to use the throw or warn methods the replacement use the class
methods throw and warning from the Bio::EnsEMBL::Utils::Exception class:
......
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