Skip to content

Commit 76f7228

Browse files
Update lib/ex_doc/formatter/markdown/templates.ex
Co-authored-by: Eksperimental <[email protected]>
1 parent 066af42 commit 76f7228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ex_doc/formatter/markdown/templates.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ defmodule ExDoc.Formatter.MARKDOWN.Templates do
4040
end
4141

4242
def node_doc(%{doc: doc}) when is_list(doc) do
43-
# Handle DocAST by converting to markdown
43+
# Handle DocAST by converting to Markdown.
4444
ExDoc.DocAST.to_markdown(doc)
4545
end
4646

0 commit comments

Comments
 (0)