lib/claide/command/validation_helper.rb in claide-0.6.0 vs lib/claide/command/validation_helper.rb in claide-0.6.1

- old
+ new

@@ -61,10 +61,10 @@ # Prettifies the given validation suggestion according to the type. # # @param [String] suggestion # The suggestion to prettify. # - # @param [Type] + # @param [Type] type # The type of the suggestion: either `:command` or `:option`. # # @return [String] A handsome suggestion. # def self.prettify_validation_suggestion(suggestion, type)