Skip to content

Commit ce0396b

Browse files
authored
Potential Spelling fix (#111)
spelling fix
1 parent e9dff58 commit ce0396b

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
@@ -417,7 +417,7 @@ end
417417
"""
418418
rand_edge_split(g::GNNGraph, frac; bidirected=is_bidirected(g)) -> g1, g2
419419
420-
Randomly partition the edges in `g` to from two graphs, `g1`
420+
Randomly partition the edges in `g` to form two graphs, `g1`
421421
and `g2`. Both will have the same number of nodes as `g`.
422422
`g1` will contain a fraction `frac` of the original edges,
423423
while `g2` wil contain the rest.

0 commit comments

Comments
 (0)