diff --git a/NSArray+find.h b/NSArray+find.h index 8288f4f..e9b8a99 100644 --- a/NSArray+find.h +++ b/NSArray+find.h @@ -3,7 +3,7 @@ @interface NSArray (YOLOFind) /** - Passes each entry in the arry to the given block, returning the first + Passes each entry in the array to the given block, returning the first element for which block is not `NO`. If no object matches, returns `nil`.