Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej Mihajlov committed Oct 10, 2023
1 parent 5247ce6 commit 8e259a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ios/MullvadVPN/TunnelManager/Tunnel+Messaging.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ private let proxyRequestTimeout = REST.defaultAPINetworkTimeout + 2

extension Tunnel {
/// Request packet tunnel process to reconnect the tunnel with the given relay.
/// Packet tunnel will reconnect to the current relay if relay is not provided.
func reconnectTunnel(
to nextRelay: NextRelay,
completionHandler: @escaping (Result<Void, Error>) -> Void
Expand Down
2 changes: 1 addition & 1 deletion ios/PacketTunnelCore/IPC/PacketTunnelOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Foundation
public struct PacketTunnelOptions {
/// Keys for options dictionary
private enum Keys: String {
/// Option key that holds serialized`SelectedRelay` value encoded using `JSONEncoder`.
/// Option key that holds serialized `SelectedRelay` value encoded using `JSONEncoder`.
/// Used for passing the pre-selected relay in the GUI process to the Packet tunnel process.
case selectedRelay = "selected-relay"

Expand Down

0 comments on commit 8e259a2

Please sign in to comment.