Skip to content

Commit ee9ca91

Browse files
committed
Update conv.md
Fixed a typo.
1 parent 8b03cdf commit ee9ca91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/api/conv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CurrentModule = GraphNeuralNetworks
44

55
# Convolutional Layers
66

7-
Many different types of graphs convolutional layers have been proposed in the literature. Choosing the right layer for your application can bould involve a lot of exploration.
7+
Many different types of graphs convolutional layers have been proposed in the literature. Choosing the right layer for your application could involve a lot of exploration.
88
Some of the most commonly used layers are the [`GCNConv`](@ref) and the [`GATv2Conv`](@ref). Multiple graph convolutional layers are typically stacked together to create a graph neural network model
99
(see [`GNNChain`](@ref)).
1010

0 commit comments

Comments
 (0)