From bdd8900a57955108ad35de077caff719d8b881c5 Mon Sep 17 00:00:00 2001 From: Roland Ahimbisibwe Date: Fri, 1 Aug 2025 15:10:16 -0700 Subject: [PATCH] Fix documentation typo --- client/rpc_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/rpc_client.go b/client/rpc_client.go index a1c242ad0..247ce982a 100644 --- a/client/rpc_client.go +++ b/client/rpc_client.go @@ -180,7 +180,7 @@ func ClientFromConfig(c *Config) (*RPCClient, error) { return client, err } -// StreamHandle is an opaque handle passed to stop to stop streaming +// StreamHandle is an opaque handle passed to stop streaming type StreamHandle uint64 func (c *RPCClient) IsClosed() bool {