Skip to content

Commit 9defa63

Browse files
committed
really fixed the typo, unmatched [..]
1 parent a973579 commit 9defa63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sessions/c3s4/8_hash_array_conversion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ h = Hash[zipped] #=> {1 => 'one', 2 => 'two', 3 => 'three'}
3838

3939
h1 = Hash['a', 1, 'b', 2, 'c', 3]
4040

41-
h2 = Hash[['a',1],['b',2],['c',3]]
41+
h2 = Hash[[['a',1],['b',2],['c',3]]]
4242

4343

4444
# Converting to arrays (and back?)

0 commit comments

Comments
 (0)