This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/master by this push:
new 519a7be157 Fix graph.computer() typo in GraphComputer Graph Filter docs
519a7be157 is described below
commit 519a7be1576c6ccc7f028382c108f02933b1140b
Author: Stephen Mallette <[email protected]>
AuthorDate: Mon Aug 10 18:51:30 2026 +0000
Fix graph.computer() typo in GraphComputer Graph Filter docs
Assisted-by: Kiro:claude-opus-4.8
---
docs/src/reference/the-graphcomputer.asciidoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/src/reference/the-graphcomputer.asciidoc
b/docs/src/reference/the-graphcomputer.asciidoc
index 6ca19c01be..05c364b3cb 100644
--- a/docs/src/reference/the-graphcomputer.asciidoc
+++ b/docs/src/reference/the-graphcomputer.asciidoc
@@ -590,7 +590,7 @@ Most OLAP jobs do not require the entire source graph to
faithfully execute thei
[source,java]
----
-graph.computer().
+graph.compute().
vertices(hasLabel("person")).
vertexProperties(__.properties("name")).
edges(bothE("knows")).