Skip to content

Commit 8c1b813

Browse files
committed
Change averageDistribution to averageDegree in docs
1 parent 24fa0ee commit 8c1b813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/asciidoc/algorithms/beta/graph-generation.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ YIELD name, nodes, relationships, generateMillis, relationshipSeed, averageDegre
4646
| Name | Type | Default | Optional | Description
4747
| graphName | String | null | no | The name under which the generated graph is stored.
4848
| nodeCount | Integer | null | no | The number of generated nodes.
49-
| averageDistribution | Integer | null | no | The average out-degree of generated nodes.
49+
| averageDegree | Integer | null | no | The average out-degree of generated nodes.
5050
| configuration | Map | {} | yes | Additional configuration, see below.
5151
|===
5252

0 commit comments

Comments
 (0)