Skip to content

Commit 4059a8d

Browse files
Update lib/ex_doc/formatter/markdown/templates.ex
Co-authored-by: Eksperimental <[email protected]>
1 parent 9906ad5 commit 4059a8d

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
@@ -60,7 +60,7 @@ defmodule ExDoc.Formatter.Markdown.Templates do
6060
Get synopsis for a node, handling both DocAST and string documentation.
6161
"""
6262
def node_synopsis(%{doc: doc}) when is_list(doc) do
63-
# For DocAST, extract synopsis DocAST and convert to markdown
63+
# For DocAST, extract synopsis DocAST and convert to Markdown.
6464
case extract_synopsis_ast(doc) do
6565
nil -> nil
6666
synopsis_ast -> ExDoc.DocAST.to_markdown(synopsis_ast)

0 commit comments

Comments
 (0)