Skip to content

Commit 8647b4e

Browse files
apply_edges doc typo
1 parent a92bb7c commit 8647b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/msgpass.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ such tensors.
9696
- `xi`: An array or a named tuple containing arrays whose last dimension's size
9797
is `g.num_nodes`. It will be appropriately materialized on the
9898
target node of each edge (see also [`edge_index`](@ref)).
99-
- `xj`: As `xj`, but to be materialized on edges' sources.
99+
- `xj`: As `xi`, but now to be materialized on each edge's source node.
100100
- `e`: An array or a named tuple containing arrays whose last dimension's size is `g.num_edges`.
101101
- `f`: A function that takes as inputs the edge-materialized `xi`, `xj`, and `e`.
102102
These are arrays (or named tuples of arrays) whose last dimension' size is the size of

0 commit comments

Comments
 (0)