Skip to content

Commit 24ccf7e

Browse files
JoshswooftJosh Dando
andauthored
chore(client): update func definition to be clearer (dapr#281)
Signed-off-by: Josh Dando <joshdando@Joshs-MacBook-Pro.local> Co-authored-by: Josh Dando <joshdando@Joshs-MacBook-Pro.local>
1 parent 9b8d402 commit 24ccf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ func NewClient() (client Client, err error) {
194194
return defaultClient, onceErr
195195
}
196196

197-
// NewClientWithPort instantiates Dapr using specific port.
197+
// NewClientWithPort instantiates Dapr using specific gRPC port.
198198
func NewClientWithPort(port string) (client Client, err error) {
199199
if port == "" {
200200
return nil, errors.New("nil port")

0 commit comments

Comments
 (0)