From bc100ee0bea0b4822834e10601d067f5325691b4 Mon Sep 17 00:00:00 2001 From: Viktar Basharymau <6alliapumob@gmail.com> Date: Tue, 6 Jun 2017 21:54:46 +0300 Subject: [PATCH] Fix a typo in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3290ef8..75b4b66 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ defmodule ExCheck.Sample do Sample logic to be tested by ExCheck (refer to sample_test.exs for tests) """ - @doc "concatinate the list" + @doc "concatenate the list" def concat(x, y) do x ++ y end