File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/GRPCCore/Call/Client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ extension StreamingClientResponse {
363
363
364
364
/// Returns the messages received from the server.
365
365
///
366
- /// For rejected RPCs (in other words, where ``accepted`` is `failure`), the `RPCAsyncSequence` throws a `RPCError``.
366
+ /// For rejected RPCs (in other words, where ``accepted`` is `failure`), the `RPCAsyncSequence` throws a `` RPCError``.
367
367
public var messages : RPCAsyncSequence < Message , any Error > {
368
368
switch self . accepted {
369
369
case let . success( contents) :
@@ -385,7 +385,7 @@ extension StreamingClientResponse {
385
385
386
386
/// Returns the body parts (i.e. `messages` and `trailingMetadata`) returned from the server.
387
387
///
388
- /// For rejected RPCs (in other words, where ``accepted`` is `failure`), the `RPCAsyncSequence` throws a `RPCError``.
388
+ /// For rejected RPCs (in other words, where ``accepted`` is `failure`), the `RPCAsyncSequence` throws a `` RPCError``.
389
389
public var bodyParts : RPCAsyncSequence < Contents . BodyPart , any Error > {
390
390
switch self . accepted {
391
391
case let . success( contents) :
You can’t perform that action at this time.
0 commit comments