From 502f6d3e9f8f337ba57cea3e6b7d87d45118a4f9 Mon Sep 17 00:00:00 2001 From: Bruce Wang Date: Mon, 22 Jul 2019 15:41:14 +0800 Subject: [PATCH] Update client.go fixed one typo --- client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.go b/client/client.go index 80d7f49b..6d597342 100644 --- a/client/client.go +++ b/client/client.go @@ -10,7 +10,7 @@ import ( // Client is the interface used to make requests to services. // It supports Request/Response via Transport and Publishing via the Broker. -// It also supports bidiectional streaming of requests. +// It also supports bidirectional streaming of requests. type Client interface { Init(...Option) error Options() Options