2
0
mirror of https://github.com/soheilhy/cmux.git synced 2024-11-10 03:31:52 +08:00

doc: fix a typo

This commit is contained in:
Jingguo Yao 2017-05-22 20:38:03 +08:00
parent 0068a46c9c
commit 885b8d8a14

View File

@ -32,7 +32,7 @@ httpS := &http.Server{
} }
trpcS := rpc.NewServer() trpcS := rpc.NewServer()
s.Register(&ExampleRPCRcvr{}) trpcS.Register(&ExampleRPCRcvr{})
// Use the muxed listeners for your servers. // Use the muxed listeners for your servers.
go grpcS.Serve(grpcL) go grpcS.Serve(grpcL)