We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73320a commit 3ff823eCopy full SHA for 3ff823e
Sources/GRPCCore/Call/Server/ServerContext.swift
@@ -51,7 +51,7 @@ public struct ServerContext: Sendable {
51
/// value this field will contain, if any.
52
///
53
/// An example of what this field can be used for, would be to store
54
- /// things like a peerCertificate from a mTLS connection
+ /// things like a peer certificate from a mTLS connection
55
public var transportSpecific: (any Sendable)?
56
57
/// A handle for checking the cancellation status of an RPC.
0 commit comments