Skip to content

Commit

Permalink
fix: typo (#2184)
Browse files Browse the repository at this point in the history
  • Loading branch information
yosuzzy authored Jun 19, 2024
1 parent de41825 commit 588b2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcclient/zmq.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (r FutureGetZmqNotificationsResult) Receive() (btcjson.GetZmqNotificationRe
return notifications, nil
}

// GetZmqNotificationsAsync returns an instance ofa type that can be used to get
// GetZmqNotificationsAsync returns an instance of a type that can be used to get
// the result of a custom RPC request at some future time by invoking the Receive
// function on the returned instance.
//
Expand Down

0 comments on commit 588b2e5

Please sign in to comment.