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 fb2cb64 commit 06cf685Copy full SHA for 06cf685
lib/ex_doc/formatter/markdown/templates.ex
@@ -26,7 +26,7 @@ defmodule ExDoc.Formatter.MARKDOWN.Templates do
26
def module_type(%{type: type} = _node), do: "(#{type})"
27
28
@doc """
29
- Format the attribute type used to define the spec of the given `node`.
+ Formats the attribute type used to define the spec of the given `node`.
30
"""
31
def format_spec_attribute(module, node) do
32
module.language.format_spec_attribute(node)
0 commit comments