Skip to content

Commit 7f3cf40

Browse files
fix doc
1 parent 8dcde4d commit 7f3cf40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/messagepassing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The message passing corresponds to the following operations
1515
\end{aligned}
1616
```
1717
where ``\phi`` is expressed by the [`compute_message`](@ref) function,
18-
``\gamma_x`` and ``\gamma_v`` by [`update_node`](@ref) and [`update_edge`](@ref)
18+
``\gamma_x`` and ``\gamma_e`` by [`update_node`](@ref) and [`update_edge`](@ref)
1919
respectively.
2020

2121
See [`GraphConv`](ref) and [`GATConv`](ref)'s implementations as usage examples.

0 commit comments

Comments
 (0)