diff options
| author | Tim Hockin <thockin@google.com> | 2015-05-19 11:25:32 -0700 |
|---|---|---|
| committer | Tim Hockin <thockin@google.com> | 2015-05-19 11:25:32 -0700 |
| commit | fdb9b8b5c7beec5fad61b6ba1c349d78956cc635 (patch) | |
| tree | 1ce7a3f5d8afd3bf016388ea6c98e49a6e195e9a | |
| parent | 31fce228e472c3a8c84d992552329343b731d1c2 (diff) | |
| parent | aeb81528075456697287e110e1efd4558491de57 (diff) | |
Merge pull request #8140 from vishh/namespace
Update Namespace names to follow DNS label format
| -rw-r--r-- | namespaces.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/namespaces.md b/namespaces.md index ade07e11..c4a1a90d 100644 --- a/namespaces.md +++ b/namespaces.md @@ -51,7 +51,7 @@ type Namespace struct { } ``` -A *Namespace* name is a DNS compatible subdomain. +A *Namespace* name is a DNS compatible label. A *Namespace* must exist prior to associating content with it. |
