From f2dd789873b89814734447e3d04950db899ef349 Mon Sep 17 00:00:00 2001 From: Carlo Lucibello Date: Tue, 17 Dec 2024 18:30:53 +0100 Subject: [PATCH] cleanup --- GNNGraphs/docs/src/guides/temporalgraph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNNGraphs/docs/src/guides/temporalgraph.md b/GNNGraphs/docs/src/guides/temporalgraph.md index b27086ae8..631e3b944 100644 --- a/GNNGraphs/docs/src/guides/temporalgraph.md +++ b/GNNGraphs/docs/src/guides/temporalgraph.md @@ -4,7 +4,7 @@ CurrentModule = GNNGraphs # Temporal Graphs -Temporal Graphs are graphs with time-varying topologies and features. In GNNGraphs.jl, temporal graphs with are represented by the [`TemporalSnapshotsGNNGraph`](@ref) type. +Temporal graphs are graphs with time-varying topologies and features. In GNNGraphs.jl, they are represented by the [`TemporalSnapshotsGNNGraph`](@ref) type. ## Creating a TemporalSnapshotsGNNGraph