Skip to content

Commit 69afcee

Browse files
committed
Use @moduledoc for the module documentation in Path
1 parent 6740748 commit 69afcee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/path.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Path do
22
defexception NoHomeError,
33
message: "could not find the user home, please set the HOME environment variable"
44

5-
@doc """
5+
@moduledoc """
66
This module provides conveniences for manipulating or
77
retrieving filesystem paths.
88

0 commit comments

Comments
 (0)