From cb2aef18541c24818888b09c258372b597258f60 Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Fri, 1 Aug 2008 12:14:36 -0400 Subject: [PATCH] Fixing a little typo in the Sum documentation --- Sum.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sum.i b/Sum.i index 2cc107a..7342a2c 100644 --- a/Sum.i +++ b/Sum.i @@ -32,7 +32,7 @@ Math::GSL::Sum - Functions to accelerate the convergence of a series using the L =head1 SYNOPSIS - use Math::GSL::Histogram qw/:all/; + use Math::GSL::Sum qw/:all/; my $w = gsl_sum_levin_u_alloc(5); $values = [8,2,3,4,6]; -- 2.11.4.GIT