summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2011-02-08 21:20:57 +0100
committerNeil Jerram <neil@ossau.uklinux.net>2011-02-13 21:42:04 +0000
commit995953e54d767bb5c96a6354c7e19a1299c60651 (patch)
tree282744c20dd97eacdc25d1c4f61c04e9bc8c0dd7
parent1a1ce64dfb4c4c31bd5ea97ca2808ef68127ca37 (diff)
downloadguile-995953e54d767bb5c96a6354c7e19a1299c60651.tar.gz
docs: fix typos in manual, and a couple in code comments.
* doc/ref/api-data.texi: Use \sqrt{2} consistently rather than \sqrt2. Add @: for correct spacing after "i.e.".
-rw-r--r--doc/ref/api-data.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index fd2e7eee3..0c22c9d41 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -488,7 +488,7 @@ all possible points along a continuous, infinite, one-dimensional line.
The rational numbers are the set of all numbers that can be written as
fractions @var{p}/@var{q}, where @var{p} and @var{q} are integers.
All rational numbers are also real, but there are real numbers that
-are not rational, for example @m{\sqrt2, the square root of 2}, and
+are not rational, for example @m{\sqrt{2}, the square root of 2}, and
@m{\pi,pi}.
Guile can represent both exact and inexact rational numbers, but it
@@ -572,7 +572,7 @@ is an integer number or a rational number.
@deffnx {C Function} scm_rational_p (x)
Return @code{#t} if @var{x} is a rational number, @code{#f} otherwise.
Note that the set of integer values forms a subset of the set of
-rational numbers, i. e. the predicate will also be fulfilled if
+rational numbers, i.e.@: the predicate will also be fulfilled if
@var{x} is an integer number.
@end deffn