summaryrefslogtreecommitdiff
path: root/DomainDig/DomainDigIntents.swift
diff options
context:
space:
mode:
Diffstat (limited to 'DomainDig/DomainDigIntents.swift')
-rw-r--r--DomainDig/DomainDigIntents.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/DomainDig/DomainDigIntents.swift b/DomainDig/DomainDigIntents.swift
index c0c73cc..8b46aa7 100644
--- a/DomainDig/DomainDigIntents.swift
+++ b/DomainDig/DomainDigIntents.swift
@@ -149,7 +149,7 @@ struct RunSweepIntent: AppIntent {
final class DomainDigIntentRouter {
static let shared = DomainDigIntentRouter()
var pendingAction: DomainDigDeepLink.Action?
- private init() {}
+ private init() { /* Singleton; use the shared instance. */ }
}
/// Exposes DomainDig intents to Spotlight and Siri with invocation phrases.