Skip to content

Commit

Permalink
show the :: without an irritating space in between
Browse files Browse the repository at this point in the history
  • Loading branch information
hvub committed Nov 13, 2024
1 parent fb158a2 commit 24a9017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ You can see the procedure's signature in the output of `CALL apoc.help("name")`
CALL apoc.help("dijkstra")
----

The signature is always `name : : TYPE`, so in this case:
The signature is always `name +::+ TYPE`, so in this case:

----
apoc.algo.dijkstra
Expand Down

0 comments on commit 24a9017

Please sign in to comment.