Skip to content

Commit 3ff823e

Browse files
jtdaveyglbrntt
andauthored
Update Sources/GRPCCore/Call/Server/ServerContext.swift
Co-authored-by: George Barnett <[email protected]>
1 parent a73320a commit 3ff823e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GRPCCore/Call/Server/ServerContext.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public struct ServerContext: Sendable {
5151
/// value this field will contain, if any.
5252
///
5353
/// An example of what this field can be used for, would be to store
54-
/// things like a peerCertificate from a mTLS connection
54+
/// things like a peer certificate from a mTLS connection
5555
public var transportSpecific: (any Sendable)?
5656

5757
/// A handle for checking the cancellation status of an RPC.

0 commit comments

Comments
 (0)