From 213b87adc0e2a05899b9bec91011b0ea4b1509b0 Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 25 Feb 2018 15:39:44 -0500 Subject: [PATCH] * Changed range syntax to use paren to indicate range {0..N-1}. (#7509) * * Changed range syntax to use paren to indicate range {0..N-1}. Fixed #7507 * Updated wording per feedback from @enisoc. --- 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 146be2b043..4bf49e7a70 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, from 0 up through N-1, that is unique over the Set. ### Stable Network ID