Skip to content

Commit

Permalink
Fixed annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Jul 5, 2023
1 parent a3e99fe commit a2c5eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ func (c *Client) Call(ctx context.Context, procedure string, options wamp.Dict,
//
// This method prepares for making a call, the payload itself (even first one) is received
// through calling the sendProg SendProgressiveData callback.
// See the documentation of SenProgressiveData for more details about feeding the data
// See the documentation of SendProgressiveData for more details about feeding the data
// to a progressive call.
//
// progcb ProgressHandler is the same as in Call method.
Expand Down

0 comments on commit a2c5eb3

Please sign in to comment.