You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/02/24 21:09:03 UTC

mesos git commit: Fixed rendering error in quota docs.

Repository: mesos
Updated Branches:
  refs/heads/master d0625cef4 -> cf78d5592


Fixed rendering error in quota docs.

Review: https://reviews.apache.org/r/43202/


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

Branch: refs/heads/master
Commit: cf78d55926b38cb05904213b6ec85a9ef337decf
Parents: d0625ce
Author: Greg Mann <gr...@mesosphere.io>
Authored: Wed Feb 24 12:08:42 2016 -0800
Committer: Joris Van Remoortere <jo...@gmail.com>
Committed: Wed Feb 24 12:08:53 2016 -0800

----------------------------------------------------------------------
 docs/quota.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/cf78d559/docs/quota.md
----------------------------------------------------------------------
diff --git a/docs/quota.md b/docs/quota.md
index d4233be..48dcd2a 100644
--- a/docs/quota.md
+++ b/docs/quota.md
@@ -26,6 +26,7 @@ For the purpose of this document, an “Operator” is a person, tool, or script
 that manages the Mesos cluster.
 
 In computer science, a “quota” usually refers to one of the following:
+
 * A minimal guarantee.
 * A maximal limit.
 * A pair of both.