You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/12/08 22:53:37 UTC

[11/50] tinkerpop git commit: fix typo

fix typo


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

Branch: refs/heads/TINKERPOP-1564
Commit: 879003c0fc6bd3ce3679047d177ddd6a0abe43b3
Parents: 4eba658
Author: jpmoresmau <jp...@moresmau.fr>
Authored: Mon Nov 28 20:26:58 2016 +0100
Committer: jpmoresmau <jp...@moresmau.fr>
Committed: Mon Nov 28 20:26:58 2016 +0100

----------------------------------------------------------------------
 CHANGELOG.asciidoc                      | 2 +-
 docs/src/upgrade/release-3.3.x.asciidoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/879003c0/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 475a10d..300d927 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -46,7 +46,7 @@ TinkerPop 3.3.0 (Release Date: NOT OFFICIALLY RELEASED YET)
 * Removed `tryRandomCommit()` from `AbstractGremlinTest`.
 * Changed `gremlin-benchmark` system property for the report location to `benchmarkReportDir` for consistency.
 * Added SysV and systemd init scripts.
-* `valueMap` now returns a `Map<Object,E>` since keys could be `V.id` or `V.label`.
+* `valueMap` now returns a `Map<Object,E>` since keys could be `T.id` or `T.label`.
 
 TinkerPop 3.2.0 (Nine Inch Gremlins)
 ------------------------------------

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/879003c0/docs/src/upgrade/release-3.3.x.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/upgrade/release-3.3.x.asciidoc b/docs/src/upgrade/release-3.3.x.asciidoc
index c7f84b7..40a3104 100644
--- a/docs/src/upgrade/release-3.3.x.asciidoc
+++ b/docs/src/upgrade/release-3.3.x.asciidoc
@@ -76,7 +76,7 @@ See: link:https://issues.apache.org/jira/browse/TINKERPOP-1283[TINKERPOP-1283]
 ValueMap
 ^^^^^^^^
 
-`valueMap` now returns a `Map<Object,E>` to account for the presence of `V.id` or `V.label` if you pass `true` to it.
+`valueMap` now returns a `Map<Object,E>` to account for the presence of `T.id` or `T.label` if you pass `true` to it.
 
 See: link:https://issues.apache.org/jira/browse/TINKERPOP-1283[TINKERPOP-1483]