Skip to content

Commit 3fa07fa

Browse files
authored
Fix link (#378)
1 parent 0780fe8 commit 3fa07fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/api/conv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The table below lists all graph convolutional layers implemented in the *GraphNe
1212
- *Sparse Ops*: implements message passing as multiplication by sparse adjacency matrix instead of the gather/scatter mechanism. This can lead to better CPU performances but it is not supported on GPU yet.
1313
- *Edge Weight*: supports scalar weights (or equivalently scalar features) on edges.
1414
- *Edge Features*: supports feature vectors on edges.
15-
- *Heterograph*: supports heterogeneous graphs (see [`GNNHeteroGraphs`](@ref)).
15+
- *Heterograph*: supports heterogeneous graphs (see [`GNNHeteroGraph`](@ref)).
1616

1717
| Layer |Sparse Ops|Edge Weight|Edge Features| Heterograph |
1818
| :-------- | :---: |:---: |:---: | :---: |

0 commit comments

Comments
 (0)