From 3df479ad131605c58fdf6f7db205a8ce1935f3e1 Mon Sep 17 00:00:00 2001 From: alantang888 Date: Wed, 17 Jan 2018 15:58:17 +0800 Subject: [PATCH] correct ending bracket --- docs/concepts/workloads/controllers/statefulset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workloads/controllers/statefulset.md b/docs/concepts/workloads/controllers/statefulset.md index 8fa4c6f8c7..dde71c613f 100644 --- a/docs/concepts/workloads/controllers/statefulset.md +++ b/docs/concepts/workloads/controllers/statefulset.md @@ -116,7 +116,7 @@ regardless of which node it's (re)scheduled on. ### Ordinal Index For a StatefulSet with N replicas, each Pod in the StatefulSet will be -assigned an integer ordinal, in the range [0,N), that is unique over the Set. +assigned an integer ordinal, in the range [0,N], that is unique over the Set. ### Stable Network ID