From fca97aff01216cb216e8f720c34e98ce656e3f29 Mon Sep 17 00:00:00 2001 From: Patrik Wenger Date: Thu, 11 Jul 2024 12:26:22 +0200 Subject: [PATCH] Node#parent: fix documentation --- lib/async/node.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/async/node.rb b/lib/async/node.rb index 701c6b2c..68491fc3 100644 --- a/lib/async/node.rb +++ b/lib/async/node.rb @@ -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.