We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6853800 commit 6322505Copy full SHA for 6322505
docs/src/gnngraph.md
@@ -151,8 +151,7 @@ g_gpu = g |> gpu
151
## JuliaGraphs/Graphs.jl integration
152
153
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.
+Moreover, `GNNGraph`s can be constructed from `Graphs.Graph` and `Graphs.DiGraph`.
156
157
```julia
158
julia> import Graphs
0 commit comments