lib/rubocop/cop/base.rb in rubocop-1.21.0 vs lib/rubocop/cop/base.rb in rubocop-1.22.0
- old
+ new
@@ -22,10 +22,10 @@
#
# Within these callbacks, cops are meant to call `add_offense` or
# `add_global_offense`. Use the `processed_source` method to
# get the currently processed source being investigated.
#
- # In case of invalid syntax / unparseable content,
+ # In case of invalid syntax / unparsable content,
# the callback `on_other_file` is called instead of all the other
# `on_...` callbacks.
#
# Private methods are not meant for custom cops consumption,
# nor are any instance variables.