Skip to content

Commit 20739e4

Browse files
Update src/GNNGraphs/generate.jl
1 parent e289129 commit 20739e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GNNGraphs/generate.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ to its neighbors within a given distance `r`.
147147
in which case the returned graph will be a batch of graphs.
148148
- `self_loops`: If `true`, consider the node itself among its neighbors, in which
149149
case the graph will contain self-loops.
150-
- `dir`: The direction of the edges. If `dir=:in` edges go from the `k`
150+
- `dir`: The direction of the edges. If `dir=:in` edges go from the
151151
neighbors to the central node. If `dir=:out` we have the opposite
152152
direction.
153153
- `kws`: Further keyword arguments will be passed to the [`GNNGraph ](@ref) constructor.

0 commit comments

Comments
 (0)