Skip to content

Commit

Permalink
Improve filter() documentation (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
xkr47 authored and sindresorhus committed Feb 28, 2017
1 parent 0f18e86 commit 5b7c2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Set to false to get double-quoted strings.

Type: `Function`

Expected to return a `boolean` of whether to keep the object.
Expected to return a `boolean` of whether to include the property `prop` of the object `obj` in the output.

##### inlineCharacterLimit

Expand Down

0 comments on commit 5b7c2bd

Please sign in to comment.