Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.

Commit

Permalink
Merge pull request #58 from duner/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
bkoski committed Sep 28, 2015
2 parents 8929abd + f1b2418 commit af381d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic_pourover_ing.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var hobbies_filter = PourOver.makeInclusionFilter("hobbies",["riddles",

// ###Adding filters

// After constructing our filters, we have to add them to the collection. This will causes the filters to index
// After constructing our filters, we have to add them to the collection. This causes the filters to index
// the collection, pre-computing which collection elements satisfy each possibility's predicate. For exact filters, the
// predicate is equality; a collection item satisfies a possibility if it's value is equal to the value of the possibility.
//
Expand Down

2 comments on commit af381d7

@tiffehr
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @duner!

@duner
Copy link
Contributor

@duner duner commented on af381d7 Sep 28, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋🏼👍🏼

Please sign in to comment.