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 456bedc  Fixed formatting in asciidoc CTR
456bedc is described below

commit 456bedc21d24420c17757f8f51a41c0783ae7cf3
Author: Stephen Mallette <[email protected]>
AuthorDate: Mon Dec 20 12:48:03 2021 -0500

    Fixed formatting in asciidoc CTR
---
 docs/src/upgrade/release-3.6.x.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/upgrade/release-3.6.x.asciidoc 
b/docs/src/upgrade/release-3.6.x.asciidoc
index 81df6e8..5789d22 100644
--- a/docs/src/upgrade/release-3.6.x.asciidoc
+++ b/docs/src/upgrade/release-3.6.x.asciidoc
@@ -149,7 +149,7 @@ gremlin> g.V().groupCount().by('age') // 3.6.0
 
 *math()*
 
-The `math()`` step requires that the result of the `by()`` be a `Number`, so a 
result of `null` will still result in a
+The `math()` step requires that the result of the `by()` be a `Number`, so a 
result of `null` will still result in a
 runtime exception. Filtering will eliminate such errors, though a runtime 
error may still be present should the
 modulator produce a non-numeric value.
 

Reply via email to