lib/picky/cacher/partial_generator.rb in picky-0.2.4 vs lib/picky/cacher/partial_generator.rb in picky-0.3.0
- old
+ new
@@ -2,10 +2,10 @@
# The partial generator uses a subtoken(downto:1) generator as default.
#
class PartialGenerator < Generator
- # Generate a similarity index based on the given index.
+ # Generate a partial index based on the given index.
#
def generate strategy = Partial::Subtoken.new(:down_to => 1)
strategy.generate_from self.index
end
\ No newline at end of file