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 509d969633 Remove executable example from upgrade docs CTR
509d969633 is described below

commit 509d969633c81ee0a5c7fe9b412301913cb0576d
Author: Stephen Mallette <[email protected]>
AuthorDate: Fri Jun 19 10:58:06 2026 -0400

    Remove executable example from upgrade docs CTR
---
 docs/src/upgrade/release-4.x.x.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/upgrade/release-4.x.x.asciidoc 
b/docs/src/upgrade/release-4.x.x.asciidoc
index b2a3bdf09e..163404417f 100644
--- a/docs/src/upgrade/release-4.x.x.asciidoc
+++ b/docs/src/upgrade/release-4.x.x.asciidoc
@@ -1284,7 +1284,7 @@ no longer supported in `gremlin-console`. If sending a 
traversal, users should i
 While a `RemoteTraversalSource` is the preferred method of executing remote 
traversals from `gremlin-console`, it
 remains possible to send scripts directly using a `gremlin-driver` `Client`.
 
-[gremlin-groovy]
+[source,groovy]
 ----
 cluster = Cluster.open('conf/remote.yaml')
 client = cluster.connect()

Reply via email to