This is an automated email from the ASF dual-hosted git repository.
dehowef pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age-website.git
The following commit(s) were added to refs/heads/master by this push:
new f3d0f6b2 Updated comparability.md. Fixed issue #149. (#146)
f3d0f6b2 is described below
commit f3d0f6b2fea354d19a98185ac6349831afc83c53
Author: Bhaskar Sharma <[email protected]>
AuthorDate: Thu Jun 29 23:22:04 2023 +0200
Updated comparability.md. Fixed issue #149. (#146)
---
docs/intro/comparability.md | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/docs/intro/comparability.md b/docs/intro/comparability.md
index f99d104e..430cacf2 100644
--- a/docs/intro/comparability.md
+++ b/docs/intro/comparability.md
@@ -102,16 +102,15 @@ p1 < p2
The ordering of different Agtype, when using <, <=, >, >= from smallest
value to largest value is:
-1. Edge
-2. Path
-3. Map
-4. Vertex
-5. Edge
-6. Array
-7. String
-8. Bool
-9. Numeric, Integer, Float
-10. NULL
+1. Path
+2. Edge
+3. Vertex
+4. Object
+5. Array
+6. String
+7. Bool
+8. Numeric, Integer, Float
+9. NULL
Note: This is subject to change in future releases.