From 5c621231ae964e70c09950f45ba60c06221f24fe Mon Sep 17 00:00:00 2001 From: mingshun Date: Sat, 3 Oct 2015 12:08:29 +0800 Subject: [PATCH] Correct a typo in docs of mix.exs --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 7c40c6e..e99ca25 100644 --- a/mix.exs +++ b/mix.exs @@ -10,7 +10,7 @@ defmodule Mix.Tasks.Compile.Nif do `["c_src"]`. Can be configured as: ```` - [ptahs: ["c_src", "vendor/src"]] + [paths: ["c_src", "vendor/src"]] ```` * `:exts` - extensions of the source files. Defaults to `[:c]`, can