refactored where filter comment

This commit is contained in:
Faruk AYDIN 2014-08-28 22:46:53 +03:00
parent 5330980c5f
commit d395183ee2
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