Skip to content

Commit 06cf685

Browse files
Update lib/ex_doc/formatter/markdown/templates.ex
Co-authored-by: Eksperimental <eksperimental@autistici.org>
1 parent fb2cb64 commit 06cf685

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
@@ -26,7 +26,7 @@ defmodule ExDoc.Formatter.MARKDOWN.Templates do
2626
def module_type(%{type: type} = _node), do: "(#{type})"
2727

2828
@doc """
29-
Format the attribute type used to define the spec of the given `node`.
29+
Formats the attribute type used to define the spec of the given `node`.
3030
"""
3131
def format_spec_attribute(module, node) do
3232
module.language.format_spec_attribute(node)

0 commit comments

Comments
 (0)