Skip to content

Commit 4180268

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

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
@@ -33,7 +33,7 @@ defmodule ExDoc.Formatter.MARKDOWN.Templates do
3333
end
3434

3535
@doc """
36-
Generated ID for static file.
36+
Generates an ID for a static file.
3737
"""
3838
def static_file_to_id(static_file) do
3939
static_file |> Path.basename() |> text_to_id()

0 commit comments

Comments
 (0)