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

Commit eafdb48

Browse files
authored
Merge pull request #36 from Morriar/at-bare-assoc
Fix documented type for BareAssocHash#assocs
2 parents 103a8cd + ca3a090 commit eafdb48

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)