Update delete_at example to also use non-numeric values
This commit is contained in:
@@ -24,7 +24,7 @@ defmodule Lists do
|
||||
end
|
||||
|
||||
koan "Precision is also valued" do
|
||||
assert List.delete_at([1, 2, 3], 1) == ___
|
||||
assert List.delete_at([:a, :b, :c], 2) == ___
|
||||
end
|
||||
|
||||
koan "Replication is also possible" do
|
||||
|
||||
Reference in New Issue
Block a user