Skip to content

Commit a46a756

Browse files
committed
Fix ref
1 parent 48646cb commit a46a756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNNLux/src/layers/pool.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ where ``V`` is the set of nodes of the input graph and
1313
the type of aggregation represented by ``\square`` is selected by the `aggr` argument.
1414
Commonly used aggregations are `mean`, `max`, and `+`.
1515
16-
See also [`reduce_nodes`](@ref).
16+
See also [`GNNlib.reduce_nodes`](@ref).
1717
1818
# Examples
1919

0 commit comments

Comments
 (0)