mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-19 11:10:25 +02:00
Fix typos in comments.
* module/sxml/xpath.scm: Fix typo in a comment. * module/sxml/upstream/SXPath-old.scm: Same. * doc/ref/sxml.texi (SXPath): Reflect in the documentation. * doc/ref/texinfo.texi (string-utils): Fix same typo. * module/texinfo/string-utils.scm (expand-tabs): Same. Fixes <https://bugs.gnu.org/76621>. Edited by lloda <lloda@sarc.name>.
This commit is contained in:
parent
c8a169d388
commit
46a0ee7779
5 changed files with 5 additions and 5 deletions
|
@ -41,7 +41,7 @@
|
|||
; <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
|
||||
; its 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 _elegantly_ implement
|
||||
; XPath as a sequence of projection and filtering primitives --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue