Skip to content

Commit 7b3518b

Browse files
committed
Fix module
1 parent 6c17e20 commit 7b3518b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNNGraphs/docs/src/api/samplers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
```@meta
2-
CurrentModule = GraphNeuralNetworks
2+
CurrentModule = GNNGraphs
33
```
44

55
# Samplers
@@ -8,7 +8,7 @@ CurrentModule = GraphNeuralNetworks
88
## Docs
99

1010
```@autodocs
11-
Modules = [GraphNeuralNetworks]
11+
Modules = [GNNGraphs]
1212
Pages = ["samplers.jl"]
1313
Private = false
1414
```

0 commit comments

Comments
 (0)