Skip to content

Commit

Permalink
Correct spelling typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Aug 14, 2015
1 parent 4597e50 commit cdf5fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NSArray+find.h
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit cdf5fab

Please sign in to comment.