Skip to content

Commit

Permalink
Docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Hamilton <rch@google.com>
  • Loading branch information
RyanTheOptimist committed Nov 15, 2023
1 parent 2f35392 commit 1ffbe5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/library/swift/EngineBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,9 @@ open class EngineBuilder: NSObject {

/// Specify whether to enforce TLS trust chain verification for secure sockets.
///
/// - parameter enforceTrustChainVerification: whether to enforce trust chain verification.
/// - Parameter enforceTrustChainVerification: whether to enforce trust chain verification.
///
/// - returns: This builder.
/// - Returns: This builder.
@discardableResult
public func enforceTrustChainVerification(_ enforceTrustChainVerification: Bool) -> Self {
self.enforceTrustChainVerification = enforceTrustChainVerification
Expand Down

0 comments on commit 1ffbe5f

Please sign in to comment.