We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fa0ee commit 8c1b813Copy full SHA for 8c1b813
doc/asciidoc/algorithms/beta/graph-generation.adoc
@@ -46,7 +46,7 @@ YIELD name, nodes, relationships, generateMillis, relationshipSeed, averageDegre
46
| Name | Type | Default | Optional | Description
47
| graphName | String | null | no | The name under which the generated graph is stored.
48
| nodeCount | Integer | null | no | The number of generated nodes.
49
-| averageDistribution | Integer | null | no | The average out-degree of generated nodes.
+| averageDegree | Integer | null | no | The average out-degree of generated nodes.
50
| configuration | Map | {} | yes | Additional configuration, see below.
51
|===
52
0 commit comments