Skip to content

Commit 2d76d96

Browse files
Fix namespace of PageRank in the docs
Co-Authored-By: Max Kießling <[email protected]>
1 parent b9eb21e commit 2d76d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/asciidoc/management-ops/graph-catalog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ After creating the graphs in the catalog, we can refer to them in algorithms by
9999
.Run Page Rank on one of our created graphs:
100100
[source,cypher]
101101
----
102-
CALL gds.algo.pageRank.stream('my-native-graph') YIELD nodeId, score;
102+
CALL gds.pageRank.stream('my-native-graph') YIELD nodeId, score;
103103
----
104104

105105
[[catalog-graph-list]]

0 commit comments

Comments
 (0)