lib/nanoc/base/services/pruner.rb in nanoc-4.11.8 vs lib/nanoc/base/services/pruner.rb in nanoc-4.11.9
- old
+ new
@@ -8,10 +8,10 @@
class Pruner
include Nanoc::Core::ContractsSupport
# @param [Nanoc::Core::Configuration] config
#
- # @param [Nanoc::Int::ItemRepRepo] reps
+ # @param [Nanoc::Core::ItemRepRepo] reps
#
# @param [Boolean] dry_run true if the files to be deleted
# should only be printed instead of actually deleted, false if the files
# should actually be deleted.
#