We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a973579 commit 9defa63Copy full SHA for 9defa63
_sessions/c3s4/8_hash_array_conversion.md
@@ -38,7 +38,7 @@ h = Hash[zipped] #=> {1 => 'one', 2 => 'two', 3 => 'three'}
38
39
h1 = Hash['a', 1, 'b', 2, 'c', 3]
40
41
-h2 = Hash[['a',1],['b',2],['c',3]]
+h2 = Hash[[['a',1],['b',2],['c',3]]]
42
43
44
# Converting to arrays (and back?)
0 commit comments