Skip to content

Commit ab1adaa

Browse files
committed
docs formatting
1 parent 867d268 commit ab1adaa

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

nx/lib/nx/defn/graph.ex

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ defmodule Nx.Defn.Graph do
88
@typedoc """
99
A stage in the graph splitter.
1010
11-
* `:arguments`: a list of maps that point to the source from which to fetch the corresponding
12-
value for the given argument.
13-
14-
* `:expr`: the expression that represents the computation for the Stage.
15-
16-
* `:id`: the unique id for the Stage.
11+
* `:arguments`: a list of maps that point to the source from which to fetch the corresponding
12+
value for the given argument.
13+
* `:expr`: the expression that represents the computation for the Stage.
14+
* `:id`: the unique id for the Stage.
1715
"""
1816
@type t :: %__MODULE__{
1917
id: reference(),

0 commit comments

Comments
 (0)