You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ya...@apache.org on 2016/10/13 01:24:57 UTC

mesos git commit: Minor cleanup in upgrades.md.

Repository: mesos
Updated Branches:
  refs/heads/master 8443cba7c -> 7cbd902bb


Minor cleanup in upgrades.md.


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

Branch: refs/heads/master
Commit: 7cbd902bbe78ff76bdfc2cfe283b03f5a20b8c20
Parents: 8443cba
Author: Jiang Yan Xu <xu...@apple.com>
Authored: Wed Oct 12 18:24:38 2016 -0700
Committer: Jiang Yan Xu <xu...@apple.com>
Committed: Wed Oct 12 18:24:38 2016 -0700

----------------------------------------------------------------------
 docs/upgrades.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/7cbd902b/docs/upgrades.md
----------------------------------------------------------------------
diff --git a/docs/upgrades.md b/docs/upgrades.md
index b1e9e46..8e45fdb 100644
--- a/docs/upgrades.md
+++ b/docs/upgrades.md
@@ -213,7 +213,7 @@ We categorize the changes as follows:
 
 <a name="1-1-x-allocator-updateallocation"></a>
 
-* Mesos 1.1 adds an `offeredResources` argument to the `updateAllocation` method. It is used to indicate the resources that the operations passed to `updateAllocation` are applied to. [MESOS-4431](https://issues.apache.org/jira/browse/MESOS-4431) (paticularly [/r/45961/](https://reviews.apache.org/r/45961/)) has more details on the motivation.
+* Mesos 1.1 adds an `offeredResources` argument to the `Allocator::updateAllocation()` method. It is used to indicate the resources that the operations passed to `updateAllocation()` are applied to. [MESOS-4431](https://issues.apache.org/jira/browse/MESOS-4431) (paticularly [/r/45961/](https://reviews.apache.org/r/45961/)) has more details on the motivation.
 
 ## Upgrading from 0.28.x to 1.0.x ##