From 6675ec30f65a735b2e58e0537da2eac7159d00f1 Mon Sep 17 00:00:00 2001 From: Nicky Bondarenko Date: Mon, 15 Jul 2024 11:02:50 +0200 Subject: [PATCH] lint --- Sources/Confidence/Confidence.swift | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Sources/Confidence/Confidence.swift b/Sources/Confidence/Confidence.swift index 34c839dc..29a83436 100644 --- a/Sources/Confidence/Confidence.swift +++ b/Sources/Confidence/Confidence.swift @@ -358,10 +358,9 @@ extension Confidence { return self } - /** - Sets the timeout for the network requests to the Confidence backend. - The default is 10 seconds. - */ + /** + Set the timeout for the network request, defaulting to 10 seconds. + */ public func withTimeout(timeout: Double) -> Builder { self.timeout = timeout return self