summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-data.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/scheme-data.texi')
-rwxr-xr-xdoc/ref/scheme-data.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/scheme-data.texi b/doc/ref/scheme-data.texi
index 7f1ef6001..28f62861f 100755
--- a/doc/ref/scheme-data.texi
+++ b/doc/ref/scheme-data.texi
@@ -411,7 +411,7 @@ satisfying @code{real?} also satisfies @code{rational?} in Guile.
Returns the @emph{simplest} rational number differing
from @var{x} by no more than @var{eps}.
-As required by @acronym{R5RS}, @code{rationalize} returns only then an
+As required by @acronym{R5RS}, @code{rationalize} only returns an
exact result when both its arguments are exact. Thus, you might need
to use @code{inexact->exact} on the arguments.