Skip to content

Commit 2ac90dc

Browse files
committed
Correct session label in docs
1 parent e6e386f commit 2ac90dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/management-ops/graph-creation/graph-project-cypher-projection.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ RETURN gds.graph.project(
109109
| readConcurrency | Integer | 4 | The number of concurrent threads used for creating the graph.
110110
| undirectedRelationshipTypes | List of String | [] | Declare a number of relationship types as undirected. Relationships with the specified types will be imported as undirected. `*` can be used to declare all relationship types as undirected.
111111
| inverseIndexedRelationshipTypes | List of String | [] | Declare a number of relationship types which will also be indexed in inverse direction. `*` can be used to declare all relationship types as inverse indexed.
112-
| memory label:Gds-Session[] | String | - | Declare the memory used for the xref:installation/gds-sessions.adoc[GDS Session] created for the projected graph.
112+
| memory label:gds-sessions[GDS Sessions] | String | - | Declare the memory used for the xref:installation/gds-sessions.adoc[GDS Session] created for the projected graph.
113113
|===
114114

115115

0 commit comments

Comments
 (0)