Skip to content

Commit a5ce2b6

Browse files
authored
Merge pull request #156 from cashapp/entin/outdated-comment-20231002
2 parents ff6750a + a728a51 commit a5ce2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AccessibilitySnapshot/Core/Swift/Classes/UIAccessibility+SnapshotAdditions.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import UIKit
1818

1919
extension NSObject {
2020

21-
/// Returns a tuple consisting of the `description`, (optionally) a `hint` that VoiceOver will read for the object, and (optionally) input strings that can be used by Voice Control.
21+
/// Returns a tuple consisting of the `description` and (optionally) a `hint` that VoiceOver will read for the object.
2222
func accessibilityDescription(context: AccessibilityHierarchyParser.Context?) -> (description: String, hint: String?) {
2323
var accessibilityDescription = accessibilityLabelOverride(for: context) ?? accessibilityLabel ?? ""
2424

0 commit comments

Comments
 (0)