Skip to content

Commit f6a634b

Browse files
Merge pull request #27 from oysteinsolheim/patch-1
Small typos in message passing docs
2 parents 05cfb80 + e784ad5 commit f6a634b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/messagepassing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The message passing corresponds to the following operations
1414
\mathbf{e}_{j\to i}^\prime &= \gamma_e(\mathbf{e}_{j \to i},\mathbf{m}_{j \to i})
1515
\end{aligned}
1616
```
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)
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)
1919
respectively.
2020

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

0 commit comments

Comments
 (0)