Skip to content

Commit

Permalink
Node#parent: fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
paddor authored and ioquatix committed Jul 11, 2024
1 parent 94e5108 commit fca97af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/async/node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def root
# @private
attr_accessor :tail

# @attribute [Node] The parent node.
# @attribute parent [Node] The parent node.
attr :parent

# @attribute children [Children | Nil] Optional list of children.
Expand Down

0 comments on commit fca97af

Please sign in to comment.