Skip to content

Commit 827d8df

Browse files
authored
Merge pull request #1418 from breakanalysis/pagerank-doc-namespace-bug-1.2
Fix namespace of PageRank in the docs
2 parents 97dd50b + 2d76d96 commit 827d8df

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)