Skip to content

Commit 6322505

Browse files
cleanup
1 parent 6853800 commit 6322505

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/gnngraph.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ g_gpu = g |> gpu
151151
## JuliaGraphs/Graphs.jl integration
152152

153153
Since `GNNGraph <: Graphs.AbstractGraph`, we can use any functionality from Graphs.jl.
154-
Moreover, `GNNGraphs` can be constructed from `Graphs.Graph` and `Graphs.DiGraph`
155-
and viceversa.
154+
Moreover, `GNNGraph`s can be constructed from `Graphs.Graph` and `Graphs.DiGraph`.
156155

157156
```julia
158157
julia> import Graphs

0 commit comments

Comments
 (0)