Skip to content

Commit

Permalink
Merge pull request #1036 from womblemuppet/array_assoc_fix_typo
Browse files Browse the repository at this point in the history
Fix spelling of "magenta"
  • Loading branch information
hsbt authored May 19, 2023
2 parents 0006d19 + 88962df commit 807d754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/array/assoc_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
s1 = ["colors", "red", "blue", "green"]
s2 = [:letters, "a", "b", "c"]
s3 = [4]
s4 = ["colors", "cyan", "yellow", "magenda"]
s4 = ["colors", "cyan", "yellow", "magenta"]
s5 = [:letters, "a", "i", "u"]
s_nil = [nil, nil]
a = [s1, s2, s3, s4, s5, s_nil]
Expand Down

0 comments on commit 807d754

Please sign in to comment.