summaryrefslogtreecommitdiff
path: root/doc/ref/sxml.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/sxml.texi')
-rw-r--r--doc/ref/sxml.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/sxml.texi b/doc/ref/sxml.texi
index fceb30655..108a95d4e 100644
--- a/doc/ref/sxml.texi
+++ b/doc/ref/sxml.texi
@@ -726,7 +726,7 @@ mutually-recursive datatypes <Node> and <Nodeset> lends itself well to
processing by functional languages.
A location path is in fact a composite query over an XPath tree or its
-branch. A singe step is a combination of a projection, selection or a
+branch. A single step is a combination of a projection, selection or a
transitive closure. Multiple steps are combined via join and union
operations. This insight allows us to @emph{elegantly} implement XPath
as a sequence of projection and filtering primitives -- converters --