Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ca3a090

Browse files
committed
Fix documented type for BareAssocHash#assocs
Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
1 parent 103a8cd commit ca3a090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/syntax_tree/node.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@ def self.for(container)
17491749
# method(key1: value1, key2: value2)
17501750
#
17511751
class BareAssocHash < Node
1752-
# [Array[ AssocNew | AssocSplat ]]
1752+
# [Array[ Assoc | AssocSplat ]]
17531753
attr_reader :assocs
17541754

17551755
# [Array[ Comment | EmbDoc ]] the comments attached to this node

0 commit comments

Comments
 (0)