From 23de6197f9104a17ece1dc370c862bd23dcae273 Mon Sep 17 00:00:00 2001 From: Kenso Trabing Date: Wed, 14 Nov 2018 05:21:52 -0500 Subject: rpc: fix package doc typo (#18101) Changed "send" to "send," in two places --- rpc/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpc') diff --git a/rpc/doc.go b/rpc/doc.go index 9a6c4abbc..c60381b5a 100644 --- a/rpc/doc.go +++ b/rpc/doc.go @@ -32,7 +32,7 @@ An example method: func (s *CalcService) Add(a, b int) (int, error) When the returned error isn't nil the returned integer is ignored and the error is -send back to the client. Otherwise the returned integer is send back to the client. +sent back to the client. Otherwise the returned integer is sent back to the client. Optional arguments are supported by accepting pointer values as arguments. E.g. if we want to do the addition in an optional finite field we can accept a mod -- cgit v1.2.3