remove excessive bracket

pull/211/head
Vladimir Rutsky 2016-03-21 23:04:42 +04:00
parent 1972537aef
commit 3b7905f5ad
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ created. You can manually map the service to your own specific endpoints:
```
NOTE: Endpoint IPs may not be loopback (127.0.0.0/8), link-local
(169.254.0.0/16), or link-local multicast ((224.0.0.0/24).
(169.254.0.0/16), or link-local multicast (224.0.0.0/24).
Accessing a `Service` without a selector works the same as if it had selector.
The traffic will be routed to endpoints defined by the user (`1.2.3.4:9376` in