We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9906ad5 commit 4059a8dCopy full SHA for 4059a8d
lib/ex_doc/formatter/markdown/templates.ex
@@ -60,7 +60,7 @@ defmodule ExDoc.Formatter.Markdown.Templates do
60
Get synopsis for a node, handling both DocAST and string documentation.
61
"""
62
def node_synopsis(%{doc: doc}) when is_list(doc) do
63
- # For DocAST, extract synopsis DocAST and convert to markdown
+ # For DocAST, extract synopsis DocAST and convert to Markdown.
64
case extract_synopsis_ast(doc) do
65
nil -> nil
66
synopsis_ast -> ExDoc.DocAST.to_markdown(synopsis_ast)
0 commit comments