Fix typo in rebar_erlydtl_compiler

This commit is contained in:
goofansu 2014-03-06 13:03:02 +08:00
parent a361719781
commit 195d61a402

View file

@ -89,7 +89,7 @@
%% {doc_root, "src"}, {module_ext, "_dtl"}
%% ],
%% [
%% {doc_root, "templates", {module_ext, ""}, {source_ext, ".html"}
%% {doc_root, "templates"}, {module_ext, ""}, {source_ext, ".html"}
%% ]
%% ]}.
-module(rebar_erlydtl_compiler).