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 343f9cb6bd Minor doc fixes CTR
new 71b37904b9 Merge branch '3.8-dev'
343f9cb6bd is described below
commit 343f9cb6bdf04911969305f2f8c8d577fdcffa79
Author: Stephen Mallette <[email protected]>
AuthorDate: Mon Mar 30 12:39:18 2026 +0000
Minor doc fixes CTR
---
docs/src/reference/gremlin-applications.asciidoc | 2 +-
docs/src/upgrade/release-3.8.1.asciidoc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/src/reference/gremlin-applications.asciidoc
b/docs/src/reference/gremlin-applications.asciidoc
index 4341636cd9..2fc52a96a4 100644
--- a/docs/src/reference/gremlin-applications.asciidoc
+++ b/docs/src/reference/gremlin-applications.asciidoc
@@ -3016,7 +3016,7 @@ describeGraph(HadoopGraph)
[[gremlin-mcp]]
=== Gremlin MCP
-Gremlin MCP integrates Apache TinkerPop with the Model Context Protocol (MCP)
so that MCP‑capable assistants, (for
+Gremlin MCP integrates Apache TinkerPop with the Model Context Protocol (MCP)
so that MCP‑capable assistants (for
example, desktop chat clients that support MCP) can discover your graph, run
Gremlin traversals and exchange graph data
through a small set of well‑defined tools. It allows users to “talk to your
graph” while keeping full Gremlin power
available when they or the assistant need it.
diff --git a/docs/src/upgrade/release-3.8.1.asciidoc
b/docs/src/upgrade/release-3.8.1.asciidoc
index edf6e30582..2a786bdb74 100644
--- a/docs/src/upgrade/release-3.8.1.asciidoc
+++ b/docs/src/upgrade/release-3.8.1.asciidoc
@@ -126,9 +126,9 @@ g.V().as("v").
This more compact representation presents a form much more in line with the
manually formatted one. While there is still
room to improve, Gremlint now produces a format that is more likely to be
usable without additional manual formatting
-intervention
+intervention.
-==== Remote Transaction Performance Improvments
+==== Remote Transaction Performance Improvements
The Java driver now supports reusing existing pooled WebSocket connections for
session-based requests rather than
establishing a dedicated connection per session. This behavior is controlled
by the `Cluster.Builder` option