Skip to content

Commit 8550fd3

Browse files
authored
Fix ref rand_temporal_hyperbolic_graph (#361)
1 parent 32ca15a commit 8550fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/temporalgraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ TemporalSnapshotsGNNGraph:
4141
num_snapshots: 2
4242
```
4343

44-
See [`rand_temporal_radius_graph`](@ref) and ['rand_temporal_hyperbolic_graph'](@ref) for generating random temporal graphs.
44+
See [`rand_temporal_radius_graph`](@ref) and [`rand_temporal_hyperbolic_graph`](@ref) for generating random temporal graphs.
4545

4646
```jldoctest
4747
julia> tg = rand_temporal_radius_graph(10, 3, 0.1, 0.5)

0 commit comments

Comments
 (0)