1906: Fix up doc comment.
authorTom Clegg <tom@curoverse.com>
Fri, 21 Jul 2017 17:49:04 +0000 (13:49 -0400)
committerTom Clegg <tom@curoverse.com>
Fri, 21 Jul 2017 17:49:04 +0000 (13:49 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curoverse.com>

sdk/go/health/handler.go

index aef72c2c813626eeb0cc5ac1d1a5174e419072de..f19511ea70791dbd17a201825bfaadc00515082c 100644 (file)
@@ -37,7 +37,7 @@ type Handler struct {
 
        // Map of URI paths to health-check Func. The prefix is
        // omitted: Routes["foo"] is the health check invoked by a
-       // request to "/_health/foo".
+       // request to "{Prefix}/foo".
        //
        // If "ping" is not listed here, it will be added
        // automatically and will always return a "healthy" response.