guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 02/07: Fix typo about pattern variables


From: Andy Wingo
Subject: [Guile-commits] 02/07: Fix typo about pattern variables
Date: Sun, 7 Aug 2016 21:24:30 +0000 (UTC)

wingo pushed a commit to branch stable-2.0
in repository guile.

commit aca6a8a46e2ba0351b1f3063bbb588a16b6b65a9
Author: sirgazil <address@hidden>
Date:   Fri Aug 5 19:52:44 2016 -0500

    Fix typo about pattern variables
    
    * doc/ref/sxml-match.texi (Matching XML Elements): Fix typo.
---
 doc/ref/sxml-match.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/sxml-match.texi b/doc/ref/sxml-match.texi
index d2795a5..3adf347 100644
--- a/doc/ref/sxml-match.texi
+++ b/doc/ref/sxml-match.texi
@@ -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}.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]