Revert "Typo in FamilyFilter"

This reverts commit 78854995cc.
This commit is contained in:
Misty Stanley-Jones 2015-10-14 16:44:06 +10:00
parent 4850757386
commit 9bd4371dfc
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ RowFilter::
Family Filter::
This filter takes a compare operator and a comparator.
It compares each column family name with the comparator using the compare operator and if the comparison returns true, it returns all the Cells in that column family.
It compares each qualifier name with the comparator using the compare operator and if the comparison returns true, it returns all the key-values in that column.
QualifierFilter::
This filter takes a compare operator and a comparator.