Skip to content

Commit

Permalink
Fix "Chacks" -> "Checks" typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock authored and marcandre committed Oct 26, 2023
1 parent a65a941 commit 69aa13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/ast/node/if_node.rb
Expand Up @@ -81,7 +81,7 @@ def modifier_form?
(if? || unless?) && super
end

# Chacks whether the `if` node has nested `if` nodes in any of its
# Checks whether the `if` node has nested `if` nodes in any of its
# branches.
#
# @note This performs a shallow search.
Expand Down

0 comments on commit 69aa13b

Please sign in to comment.