Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1888 20d767757 -> c38d74435


Addressed wording in reference docs. Thanks @robertdale.


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c38d7443
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c38d7443
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/c38d7443

Branch: refs/heads/TINKERPOP-1888
Commit: c38d7443596e2602995348f1129dcb1a28daa3a3
Parents: 20d7677
Author: Daniel Kuppitz <daniel_kupp...@hotmail.com>
Authored: Wed Apr 4 12:36:11 2018 -0700
Committer: Daniel Kuppitz <daniel_kupp...@hotmail.com>
Committed: Wed Apr 4 12:36:11 2018 -0700

----------------------------------------------------------------------
 docs/src/reference/the-traversal.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/c38d7443/docs/src/reference/the-traversal.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/the-traversal.asciidoc 
b/docs/src/reference/the-traversal.asciidoc
index ea2d09a..ddf9af6 100644
--- a/docs/src/reference/the-traversal.asciidoc
+++ b/docs/src/reference/the-traversal.asciidoc
@@ -1471,7 +1471,7 @@ 
link:++http://tinkerpop.apache.org/javadocs/x.y.z/core/org/apache/tinkerpop/grem
 [[max-step]]
 === Max Step
 
-The `max()`-step (*map*) operates on a stream of comparable objects and 
determines which is the largest object in the stream.
+The `max()`-step (*map*) operates on a stream of comparable objects and 
determines which is the last object according to its natural order in the 
stream.
 
 [gremlin-groovy,modern]
 ----
@@ -1516,7 +1516,7 @@ 
link:++http://tinkerpop.apache.org/javadocs/x.y.z/core/org/apache/tinkerpop/grem
 [[min-step]]
 === Min Step
 
-The `min()`-step (*map*) operates on a stream of comparable objects and 
determines which is the smallest object in the stream.
+The `min()`-step (*map*) operates on a stream of comparable objects and 
determines which is the first object according to its natural order in the 
stream.
 
 [gremlin-groovy,modern]
 ----

Reply via email to