Skip to content

Commit fb2cb64

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

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
@@ -90,7 +90,7 @@ defmodule ExDoc.Formatter.MARKDOWN.Templates do
9090

9191
def node_synopsis(_), do: nil
9292

93-
# Extract synopsis as DocAST (similar to ExDoc.DocAST.synopsis but returns AST instead of HTML string)
93+
# Extract synopsis as DocAST (similar to ExDoc.DocAST.synopsis but returns an AST instead of an HTML string).
9494
defp extract_synopsis_ast({:p, _attrs, [_ | _] = inner, _meta}) do
9595
inner =
9696
case Enum.split(inner, -1) do

0 commit comments

Comments
 (0)