From e7140e53616f35b08ead9c898f8d203190818469 Mon Sep 17 00:00:00 2001 From: ning xie Date: Fri, 16 Dec 2016 11:37:27 +0800 Subject: [PATCH] refactor doc comment Signed-off-by: andy xie --- health/doc.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/health/doc.go b/health/doc.go index 2ea5f16dc..187225780 100644 --- a/health/doc.go +++ b/health/doc.go @@ -122,9 +122,10 @@ // # curl localhost:5001/debug/health // {"fileChecker":"file exists"} // -// FileChecker only accepts absolute or relative file path. It does not work properly with tilde(~). -// You should make sure that the application has proper permission(read and execute permission -// for directory along with the specified file path). Otherwise, the FileChecker will report error +// FileChecker only accepts absolute or relative file path. It does not work +// properly with tilde(~). You should make sure that the application has +// proper permission(read and execute permission for directory along with +// the specified file path). Otherwise, the FileChecker will report error // and file health check is not ok. // // You could also test the connectivity to a downstream service by using a