Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rootsongjc committed Aug 4, 2017
1 parent 19a4f08 commit e95bd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/statefulset.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ StatefulSet Pod 具有唯一的身份,包括序数,稳定的网络身份和
### 序数
对于一个有 N 个副本的 StatefulSet,没个副本都会被指定一个整数序数,在 [0,N)之间,且唯一。
对于一个有 N 个副本的 StatefulSet,每个副本都会被指定一个整数序数,在 [0,N)之间,且唯一。
## 稳定的网络 ID
Expand Down

0 comments on commit e95bd50

Please sign in to comment.