lib/picky/query/combination.rb in picky-4.17.1 vs lib/picky/query/combination.rb in picky-4.18.0

- old
+ new

@@ -3,10 +3,10 @@ module Query # Describes the Combination of: # * a token # * a category - # * the weight of the token in the category (cached) + # * the weight of the token in the category (cached from earlier) # # An Allocation consists of an ordered number of Combinations. # class Combination \ No newline at end of file