From ce45aab1440b87d05a9846cd18f3e48f5b78a5c6 Mon Sep 17 00:00:00 2001 From: pmoura Date: Fri, 8 Dec 2006 02:31:13 +0000 Subject: [PATCH] Corrected typo. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1731 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- docs/swi.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swi.tex b/docs/swi.tex index cdf64cbd0..6240ad1cd 100644 --- a/docs/swi.tex +++ b/docs/swi.tex @@ -140,7 +140,7 @@ the end of the list or @var{Pred} fails. In the latter case @findex maplist/3 @snindex maplist/3 @cnindex maplist/3 -Apply @var{Pred} on all successive triples of elements from +Apply @var{Pred} on all successive pairs of elements from @var{List1} and @var{List2}. Fails if @var{Pred} can not be applied to a pair. See the example above.