graphql, node, rpc: fix typos in comments (#20824)

This commit is contained in:
rene
2020-03-27 13:52:53 +01:00
committed by GitHub
parent d3c1e654f0
commit d7851e6359
5 changed files with 8 additions and 9 deletions

View File

@ -103,7 +103,6 @@ func StartWSEndpoint(endpoint string, apis []API, modules []string, wsOrigins []
}
go NewWSServer(wsOrigins, handler).Serve(listener)
return listener, handler, err
}
// StartIPCEndpoint starts an IPC endpoint.