Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 36e3efb

Browse files
author
Mark Needham
committed
fix typo
1 parent 47ae968 commit 36e3efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/asciidoc/scripts/pagerank.cypher

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ MERGE (d)-[:LINKS]->(home)
3131
CALL algo.pageRank.stream('Page', 'LINKS', {iterations:20, dampingFactor:0.85})
3232
YIELD nodeId, score
3333

34-
MATCH (node) WHERE id(n) = nodeId
34+
MATCH (node) WHERE id(node) = nodeId
3535

3636
RETURN node.name AS page,score
3737
ORDER BY score DESC

0 commit comments

Comments
 (0)