fix(kernel/for_each_fn): typo

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-06-11 15:06:11 -07:00
parent 05edbe00ad
commit 1a67cc7293

View file

@ -19,7 +19,7 @@ namespace lean {
The argument \c F must be a lambda (function object) containing the method
<code>
void operator()(expr const & e, unsigned offset)
bool operator()(expr const & e, unsigned offset)
</code>
The \c offset is the number of binders under which \c e occurs.