Skip to content

Commit ed7a3b1

Browse files
authored
Use @moduledoc for Nx.Defn.Expr (#1563)
1 parent f0b84c8 commit ed7a3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx/lib/nx/defn/expr.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
defmodule Nx.Defn.Expr do
2-
@doc """
2+
@moduledoc """
33
The expression used by `Nx.Defn.Compiler`.
44
55
`Nx.Defn.Compiler` changes `Nx` default backend from `Nx.BinaryBackend`

0 commit comments

Comments
 (0)