1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-19 03:00:25 +02:00

Fix typo about pattern variables

* doc/ref/sxml-match.texi (Matching XML Elements): Fix typo.
This commit is contained in:
sirgazil 2016-08-05 19:52:44 -05:00 committed by Andy Wingo
parent 355986773d
commit aca6a8a46e

View file

@ -147,7 +147,7 @@ expressions which are evaluated if the pattern is successfully match. The
example above matches an element @code{e} with an attribute @code{i} and three example above matches an element @code{e} with an attribute @code{i} and three
children. children.
Pattern variables are must be ``unquoted'' in the pattern. The above expression Pattern variables must be ``unquoted'' in the pattern. The above expression
binds @var{d} to @code{1}, @var{a} to @code{3}, @var{b} to @code{4}, and @var{c} binds @var{d} to @code{1}, @var{a} to @code{3}, @var{b} to @code{4}, and @var{c}
to @code{5}. to @code{5}.