This is an automated email from the ASF dual-hosted git repository.

rdale 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 d3509bd  minor format - CTR
d3509bd is described below

commit d3509bd030de3cda69c2869075651ad1ca716fc7
Author: Robert Dale <[email protected]>
AuthorDate: Fri Jan 4 16:55:06 2019 -0500

    minor format - CTR
---
 docs/src/upgrade/release-3.4.x.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/upgrade/release-3.4.x.asciidoc 
b/docs/src/upgrade/release-3.4.x.asciidoc
index 26e0d22..638e50e 100644
--- a/docs/src/upgrade/release-3.4.x.asciidoc
+++ b/docs/src/upgrade/release-3.4.x.asciidoc
@@ -151,7 +151,7 @@ See: 
link:https://issues.apache.org/jira/browse/TINKERPOP-2059[TINKERPOP-2059]
 ==== Predicate Number Comparison
 
 In previous versions `within()` and `without()` performed strict number 
comparisons; that means these predicates did
-not only compare number values, but also the type. This was inconsistent with 
how other predicates (like `eq, `gt`,
+not only compare number values, but also the type. This was inconsistent with 
how other predicates (like `eq`, `gt`,
 etc.) work. All predicates will now ignore the number type and instead compare 
numbers only based on their value.
 
 Old behavior:

Reply via email to