diff --git a/doc/asciidoc/pagerank.adoc b/doc/asciidoc/pagerank.adoc index f633e8275..171ab7283 100644 --- a/doc/asciidoc/pagerank.adoc +++ b/doc/asciidoc/pagerank.adoc @@ -328,14 +328,15 @@ The PageRank algorithm supports the following graph types: * [x] directed, unweighted -* [ ] directed, weighted +* [x] directed, weighted * [x] undirected, unweighted ** Only with cypher projection -* [ ] undirected, weighted +* [x] undirected, weighted +** Only with cypher projection ifndef::env-docs[] == References