lib/rubocop/cop/lint/ambiguous_operator.rb in rubocop-1.29.1 vs lib/rubocop/cop/lint/ambiguous_operator.rb in rubocop-1.30.0
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
module RuboCop
module Cop
module Lint
- # This cop checks for ambiguous operators in the first argument of a
+ # Checks for ambiguous operators in the first argument of a
# method invocation without parentheses.
#
# @example
#
# # bad