From 5a7cd392f68b425f96274ad4a253e69fddb72853 Mon Sep 17 00:00:00 2001 From: nielsandriesse Date: Tue, 27 Oct 2020 11:51:36 +1100 Subject: [PATCH] Fix documentation --- .../src/Loki/API/Onion Requests/OnionRequestAPI.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SignalServiceKit/src/Loki/API/Onion Requests/OnionRequestAPI.swift b/SignalServiceKit/src/Loki/API/Onion Requests/OnionRequestAPI.swift index 7bce636ec..f74e4d558 100644 --- a/SignalServiceKit/src/Loki/API/Onion Requests/OnionRequestAPI.swift +++ b/SignalServiceKit/src/Loki/API/Onion Requests/OnionRequestAPI.swift @@ -13,7 +13,7 @@ public enum OnionRequestAPI { private static let pathSize: UInt = 3 /// The number of times a path can fail before it's replaced. private static let pathFailureThreshold: UInt = 2 - /// The number of times a path can fail before it's replaced. + /// The number of times a snode can fail before it's replaced. private static let snodeFailureThreshold: UInt = 2 /// The number of paths to maintain. public static let targetPathCount: UInt = 2