Merge pull request #50 from ukutaht/improve-descriptions

Improve description of Maps, Lists and Tuples
This commit is contained in:
Felipe Seré
2016-03-21 21:39:23 +00:00
4 changed files with 15 additions and 15 deletions

View File

@@ -63,7 +63,7 @@ defmodule KoansHarnessTest do
test "Lists" do
answers = [1,
3,
[1,2,:a,"b"],
[1, 2, :a, "b"],
[1,2],
[1,2,3],
[1,3],