Merge pull request #2845 from farukaydin/where_filter

refactored where filter comment
This commit is contained in:
Parker Moore 2014-08-28 14:19:02 -07:00
commit 0c42174917
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ module Jekyll
# Filter an array of objects
#
# input - the object array
# key - key within each object to filter by
# property - property within each object to filter by
# value - desired value
#
# Returns the filtered array of objects