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:
parent
355986773d
commit
aca6a8a46e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
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}
|
||||
to @code{5}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue