Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 287c4cb

Browse files
committed
State that Mailbox objects are iterator objects.
1 parent 72987a4 commit 287c4cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libmailbox.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ \section{\module{mailbox} ---
8686

8787
\subsection{Mailbox Objects \label{mailbox-objects}}
8888

89-
All implementations of Mailbox objects have one externally visible
90-
method:
89+
All implementations of Mailbox objects are iterator objects, and so
90+
have one externally visible method:
9191

9292
\begin{methoddesc}[mailbox]{next}{}
9393
Return the next message in the mailbox, created with the optional

0 commit comments

Comments
 (0)