Skip to content

Commit

Permalink
Fix a typo in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DNNX authored Jun 6, 2017
1 parent 166bc6a commit bc100ee
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 bc100ee

Please # to comment.