diff options
| author | NickrenREN <renyuquan1@163.com> | 2017-07-22 18:39:58 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-22 18:39:58 +0800 |
| commit | 4e959b774ef69a557605eef859dfaa626e90acb7 (patch) | |
| tree | 9a087d90d58fe696864ceb1202bd4e9c38f91275 | |
| parent | 5dcae183ab29fb0d8112d86b94c0b2406ec19528 (diff) | |
| parent | 2af4118801b1e0d7c611f843b619a992412f817c (diff) | |
Merge pull request #828 from ayushpateria/patch-1
Update namespaces.md
| -rw-r--r-- | contributors/design-proposals/namespaces.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/namespaces.md b/contributors/design-proposals/namespaces.md index 8a9c97c8..703c1cb3 100644 --- a/contributors/design-proposals/namespaces.md +++ b/contributors/design-proposals/namespaces.md @@ -139,7 +139,7 @@ A *Namespace* may exist in the following phases. type NamespacePhase string const( NamespaceActive NamespacePhase = "Active" - NamespaceTerminating NamespaceTerminating = "Terminating" + NamespaceTerminating NamespacePhase = "Terminating" ) type NamespaceStatus struct { |
