Skip to content

Commit 2eb1ef2

Browse files
committed
Fix docs
1 parent ce490cf commit 2eb1ef2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/GRPCCore/Call/Server/ServerInterceptorPipelineOperation.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
/// - requests directed only to specific services registered with your server; or
2222
/// - requests directed only to specific methods (of a specific service).
2323
///
24-
/// - SeeAlso: ``ServerInterceptor`` for more information on server interceptors, and
25-
/// ``ClientInterceptorPipelineOperation`` for the client-side version of this type.
24+
/// - SeeAlso: ``ServerInterceptor`` for more information on server interceptors.
2625
public struct ServerInterceptorPipelineOperation: Sendable {
2726
/// The subject of a ``ServerInterceptorPipelineOperation``.
2827
/// The subject of an interceptor can either be all services and methods, only specific services, or only specific methods.

0 commit comments

Comments
 (0)