Corrected typo.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1731 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura 2006-12-08 02:31:13 +00:00
parent 7ddb9f5c97
commit ce45aab144
1 changed files with 1 additions and 1 deletions

View File

@ -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.