Skip to content

Commit

Permalink
Change averageDistribution to averageDegree in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
breakanalysis committed Apr 8, 2020
1 parent 24fa0ee commit 8c1b813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/asciidoc/algorithms/beta/graph-generation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ YIELD name, nodes, relationships, generateMillis, relationshipSeed, averageDegre
| Name | Type | Default | Optional | Description
| graphName | String | null | no | The name under which the generated graph is stored.
| nodeCount | Integer | null | no | The number of generated nodes.
| averageDistribution | Integer | null | no | The average out-degree of generated nodes.
| averageDegree | Integer | null | no | The average out-degree of generated nodes.
| configuration | Map | {} | yes | Additional configuration, see below.
|===

Expand Down

0 comments on commit 8c1b813

Please sign in to comment.