Skip to content

Commit

Permalink
Use csend instead of send in CsendNode class documentation (#254)
Browse files Browse the repository at this point in the history
This PR is use `csend` instead of `send` in CsendNode class documentation
  • Loading branch information
ydah authored Jan 24, 2023
1 parent 33a74df commit 57bc679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rubocop/ast/node/csend_node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

module RuboCop
module AST
# A node extension for `send` nodes. This will be used in place of a plain
# A node extension for `csend` nodes. This will be used in place of a plain
# node when the builder constructs the AST, making its methods available
# to all `send` nodes within RuboCop.
# to all `csend` nodes within RuboCop.
class CsendNode < SendNode
def send_type?
false
Expand Down

0 comments on commit 57bc679

Please sign in to comment.