Skip to content

Commit

Permalink
Fix grammar in comment for MethodLength cop (rubocop#3101)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 authored and bbatsov committed May 2, 2016
1 parent 0bca541 commit 549dc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/metrics/method_length.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
module RuboCop
module Cop
module Metrics
# This cop checks if the length a method exceeds some maximum value.
# This cop checks if the length of a method exceeds some maximum value.
# Comment lines can optionally be ignored.
# The maximum allowed length is configurable.
class MethodLength < Cop
Expand Down

0 comments on commit 549dc98

Please sign in to comment.