You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/02/01 17:12:19 UTC

[tinkerpop] branch master updated: Fixed formatting in upgrade docs CTR

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 d843691  Fixed formatting in upgrade docs CTR
     new ca952a4  Merge branch 'tp33'
d843691 is described below

commit d843691a6950075c27a367eb13f7e34863edffb4
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Fri Feb 1 12:11:50 2019 -0500

    Fixed formatting in upgrade docs CTR
---
 docs/src/upgrade/release-3.2.x-incubating.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/src/upgrade/release-3.2.x-incubating.asciidoc b/docs/src/upgrade/release-3.2.x-incubating.asciidoc
index a5fbca5..9269405 100644
--- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc
+++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc
@@ -98,8 +98,8 @@ link:http://tinkerpop.apache.org/docs/current/reference#gremlin-server-docker-im
 
 ==== TimedInterruptCustomizerProvider
 
-In Gremlin Server, it is best not to use {{TimedInterruptCustomizerProvider}} because it can compete with the
-{{scriptEvaluationTimeout}} setting and produce a different error path. Simply rely on {{scriptEvaluationTimeout}}
+In Gremlin Server, it is best not to use 'TimedInterruptCustomizerProvider' because it can compete with the
+'scriptEvaluationTimeout' setting and produce a different error path. Simply rely on 'scriptEvaluationTimeout'
 as it covers both script evaluation time and result iteration time.
 
 See: link:https://issues.apache.org/jira/browse/TINKERPOP-1778[TINKERPOP-1778]