From 98b7482b6880d99b23c7dcde9741a98e135fa13b Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Wed, 16 Apr 2014 09:25:13 -0700 Subject: [PATCH] syntax --- server/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/client.go b/server/client.go index 7ea608c2..f7540eab 100644 --- a/server/client.go +++ b/server/client.go @@ -28,7 +28,7 @@ const ( const ( // CLIENT is an end user. CLIENT = iota - // ROUTER is another routers in the cluster. + // ROUTER is another router in the cluster. ROUTER )