Skip to content

Commit

Permalink
Merge pull request #618 from chef/double_spaces
Browse files Browse the repository at this point in the history
Remove double spaces after periods in documentation
  • Loading branch information
tas50 authored May 10, 2020
2 parents 5781c95 + 6672da5 commit d84bac5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/chef/correctness/node_normal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module Cop
module Chef
module ChefCorrectness
# Normal attributes are discouraged since their semantics differ importantly from the
# default and override levels. Their values persist in the node object even after
# default and override levels. Their values persist in the node object even after
# all code referencing them has been deleted, unlike default and override.
#
# Code should be updated to use default or override levels, but this will change
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/cop/chef/correctness/node_normal_unless.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module Cop
module Chef
module ChefCorrectness
# Normal attributes are discouraged since their semantics differ importantly from the
# default and override levels. Their values persist in the node object even after
# default and override levels. Their values persist in the node object even after
# all code referencing them has been deleted, unlike default and override.
#
# Code should be updated to use default or override levels, but this will change
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module RuboCop
module Cop
module Chef
module ChefStyle
# Don't loop over an array to set cookbook dependencies or supported platforms if you have fewer than three values to set. Setting multiple `supports` or `depends` values is simpler and easier to understand for new users.
# Don't loop over an array to set cookbook dependencies or supported platforms if you have fewer than three values to set. Setting multiple `supports` or `depends` values is simpler and easier to understand for new users.
#
# @example
#
Expand Down

0 comments on commit d84bac5

Please sign in to comment.