From eda77c94738745831ccd75b6379a41507dcb0143 Mon Sep 17 00:00:00 2001 From: eksperimental Date: Tue, 25 Apr 2017 19:17:49 +0700 Subject: [PATCH] Small fix in doc --- lib/ex_doc.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ex_doc.ex b/lib/ex_doc.ex index 156706d94..9591ffed8 100644 --- a/lib/ex_doc.ex +++ b/lib/ex_doc.ex @@ -7,7 +7,7 @@ defmodule ExDoc do @moduledoc """ Configuration structure that holds all the available options for ExDoc - You can find more details about this options in the `ExDoc.CLI` module. + You can find more details about these options in the `ExDoc.CLI` module. """ defstruct [ assets: nil,