Skip to content

Commit 39d1750

Browse files
committed
spelling
1 parent e14182c commit 39d1750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

procedures/integration/src/main/java/org/neo4j/gds/procedures/integration/GraphDataScienceExtensionBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public static Pair<GraphDataScienceExtensionBuilder, TaskStoreService> create(
129129
// Memory gauge integrates with the JVM
130130
// First, it is state held in an AtomicLong
131131
// Initialize with max available memory. Everything that is used at this point in time
132-
// _could_ be garbage and we want to err on the side of seeing more free heap.
132+
// _could_ be garbage, and we want to err on the side of seeing more free heap.
133133
// It also has the effect that we allow all operations that theoretically fit into memory
134134
// if the extension does never load.
135135
var freeMemoryAfterLastGc = new AtomicLong(Runtime.getRuntime().maxMemory());

0 commit comments

Comments
 (0)