From cdf5fab05918a4d9b57483b9018fdb180b4fc364 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 13 Aug 2015 21:01:54 -0700 Subject: [PATCH] Correct spelling typo --- NSArray+find.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.