good morning!!!!

Skip to content
Snippets Groups Projects
Commit 23de6197 authored by Kenso Trabing's avatar Kenso Trabing Committed by Péter Szilágyi
Browse files

rpc: fix package doc typo (#18101)

Changed "send" to "send," in two places
parent 698843b4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment