From 9fffe19777198cf60112f660747b22870ca50db7 Mon Sep 17 00:00:00 2001 From: Aurora Rossi Date: Sat, 26 Oct 2024 13:26:51 +0200 Subject: [PATCH] Fix typo --- GNNGraphs/docs/src/temporalgraph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNNGraphs/docs/src/temporalgraph.md b/GNNGraphs/docs/src/temporalgraph.md index 7373ce0d6..560cfa8d6 100644 --- a/GNNGraphs/docs/src/temporalgraph.md +++ b/GNNGraphs/docs/src/temporalgraph.md @@ -91,7 +91,7 @@ GNNGraph: ``` ## Data Features -A temporal graph can stode global feautre for the entire time series in the `tgdata` filed. +A temporal graph can store global feature for the entire time series in the `tgdata` filed. Also, each snapshot can store node, edge, and graph features in the `ndata`, `edata`, and `gdata` fields, respectively. ```jldoctest