Skip to content

Commit aa755dd

Browse files
Update transform.jl
1 parent 88f0ed8 commit aa755dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GNNGraphs/transform.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ end
540540
541541
Return a graph containing random negative edges (i.e. non-edges) from graph `g` as edges.
542542
543-
Is `bidirected=true`, the output graph will be bidirected and there will be no
543+
If `bidirected=true`, the output graph will be bidirected and there will be no
544544
leakage from the origin graph.
545545
546546
See also [`is_bidirected`](@ref).

0 commit comments

Comments
 (0)