Skip to content

Commit

Permalink
Merge pull request #40 from DNNX/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in the readme
  • Loading branch information
parroty authored Jun 6, 2017
2 parents 166bc6a + bc100ee commit b6d1939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6d1939

Please # to comment.