summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2020-10-18 08:00:05 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2020-10-18 08:00:05 +0200
commit22dfc3e81275f34e83dc0446c624bdc5badf1e9c (patch)
treea1aa877061bcdc9c5031ff36de07a7a8829751a4 /doc
parent51e17eb02d73148f9a67853290a976fbddff9c41 (diff)
downloadgmp-22dfc3e81275f34e83dc0446c624bdc5badf1e9c.tar.gz
doc/gmp.texi (Number sequences): Removed redundant words. (spotted by TonyMcC)
Diffstat (limited to 'doc')
-rw-r--r--doc/gmp.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi
index a69d0e9b0..6bca5da75 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -14,7 +14,7 @@
This manual describes how to install and use the GNU multiple precision
arithmetic library, version @value{VERSION}.
-Copyright 1991, 1993-2016, 2018 Free Software Foundation, Inc.
+Copyright 1991, 1993-2016, 2018-2020 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document under
the terms of the GNU Free Documentation License, Version 1.3 or any later
@@ -2538,7 +2538,7 @@ mpz_submul (mpq_numref(q), mpq_denref(q), z);
@cindex Number sequences
Functions like @code{mpz_fac_ui}, @code{mpz_fib_ui} and @code{mpz_bin_uiui}
are designed for calculating isolated values. If a range of values is wanted
-it's probably best to call to get a starting point and iterate from there.
+it's probably best to get a starting point and iterate from there.
@item Text Input/Output
@cindex Text input/output