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 8dcde4d commit 7f3cf40Copy full SHA for 7f3cf40
docs/src/messagepassing.md
@@ -15,7 +15,7 @@ The message passing corresponds to the following operations
15
\end{aligned}
16
```
17
where ``\phi`` is expressed by the [`compute_message`](@ref) function,
18
-``\gamma_x`` and ``\gamma_v`` by [`update_node`](@ref) and [`update_edge`](@ref)
+``\gamma_x`` and ``\gamma_e`` by [`update_node`](@ref) and [`update_edge`](@ref)
19
respectively.
20
21
See [`GraphConv`](ref) and [`GATConv`](ref)'s implementations as usage examples.
0 commit comments