Actions
Bug #11424
closedDocumentation bug: Module: Enumerable, detect
Description
In the second line of the example code find() is called instead of detect(). Both lines should call detect().
Updated by marcandre (Marc-Andre Lafortune) almost 10 years ago
- Status changed from Open to Rejected
find
and detect
are aliases.
They share their documentation.
Actions
Like0
Like0